LiveRamp / reslang

A language for describing resource-oriented APIs & turning them into Swagger or resource diagrams. Oriented around the concepts we want to expose in the APIs.
Apache License 2.0
23 stars 7 forks source link

Add a MULTIPOST to reslang #90

Closed khardaw closed 4 years ago

khardaw commented 4 years ago

The MULTIPOST should support creating 1 or more resources in a single API call.

liveandrew commented 4 years ago

idea is to add MULTIPOST, MULTIPATCH and MULTIDELETE commands

liveandrew commented 4 years ago

oh and MULTIPUT