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

Api team events #94

Closed liveandrew closed 4 years ago

liveandrew commented 4 years ago

fixed up events - see the docs in intro-events.md

in a nutshell, you can:

  1. add an /events section to a REST resource, with user defined and standard verbs
  2. add an event specification using the "events" keyword
  3. say if your api "produces" or "consumes" various events

all the above generation corresponds exactly to the REST API rules around fields, formatting etc.