You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is surprising that the docs for the RESTful API Modeling Language don't include any example of actual REST APIs, but only of APIs with static routes like /users/{userId}/groups which contradicts the HATEOAS principle that is at the heart of what REST is.
It is surprising that the docs for the RESTful API Modeling Language don't include any example of actual REST APIs, but only of APIs with static routes like
/users/{userId}/groupswhich contradicts the HATEOAS principle that is at the heart of what REST is.Could you add examples of RESTful APIs?