Methodology:REST API Pattern: Difference between revisions
From Devguid
No edit summary |
No edit summary |
||
Line 11: | Line 11: | ||
https://github.com/michidk/TwitchCSharp | https://github.com/michidk/TwitchCSharp | ||
https://github.com/JohnnyCrazy/SpotifyAPI-NET/blob/master/SpotifyAPI.Web/Models/Request/RequestParams.cs | |||
https://github.com/OAI/OpenAPI-Specification | |||
[[Category:REST API]] | [[Category:REST API]] |
Revision as of 20:52, 28 March 2023
About
This is a pattern for how to construct a REST API according to us.
StatusCodes
References
https://devblogs.microsoft.com/dotnet/introducing-the-reliable-web-app-pattern/