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

problem with multiget on bulk actions #46

Closed liveandrew closed 4 years ago

liveandrew commented 4 years ago

this leaves out the definition of BulksearchSegmentMultiResponse.

resource Segment { id: string name: string cost: double complexDetails: string

/operations
    POST GET MULTIGET

}

sync bulk action Segment::search { id: string name: string query

/operations
    MULTIGET

}

liveandrew commented 4 years ago

774afbf49b4299450c0f237aa45ec303bed6977d

fixed in 1.4.1