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

define parameters as get only #69

Closed khardaw closed 4 years ago

khardaw commented 4 years ago

I'd like to define parameters on a resource that are only included in a MULTIGET call. Effectively, this would be a query-only modifier in reslang. The workaround I'm using is marking these as optional. This isn't ideal as consumers will still see parameters in the POST that only make sense when used in a MULTIGET.

If this is already possible, please explain how to enable this feature.

khardaw commented 4 years ago

Found this in the documentation.

khardaw commented 4 years ago

q