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

Redirecting/linking to subresrouces should return an array of IDs. #39

Closed davinchia closed 4 years ago

davinchia commented 4 years ago

When redirecting or returning a subresource, Reslang should return an array of IDs.

e.g. parent/12/subresourceA/34/subresourceB/56 -> [12, 34, 56]

liveandrew commented 4 years ago

corrected in v1.4.0