.NET & C# · Web API
How should RESTful resource design be designed for production in Web API?
Use nouns for resources, standard verbs through HTTP methods, consistent response contracts, and documented conventions.
Use nouns for resources, standard verbs through HTTP methods, consistent response contracts, and documented conventions.