Naming convention for RESTful API specs
When defining API specs for RESTful APIs, there are some naming conventions that are best practices that you should follow to make these API specs consistent, intuitive, and easy to maintain. These principles are as follows: Use nouns instead of verbs when naming resources Instead… Read More

