How NOT to design APIs (so far as I know)
REST APIs have become a very important topic for the last few years. There are used the HTTP methods GET, DELETE, POST, PUT, PATCH to operate with the resources having an equivalent in CRUD. Where POST / GET is the oldest and used by browser forms or URL rewriting since IE4. 1. Use nouns in paths For an easy understanding use this structure for every object. Do not mix up singular and plural nouns. Keep it simple and use only plural nouns for all resources. Its easier to reme