Methodology:REST API Pattern: Difference between revisions

From Devguid
(Created blank page)
Tag: visualeditor
 
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
== About ==


This is a pattern for how to construct a REST API according to us.
== StatusCodes ==
400 - client errors
500 - server errors
== References ==
https://devblogs.microsoft.com/dotnet/introducing-the-reliable-web-app-pattern/
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
https://learn.microsoft.com/en-us/azure/architecture/best-practices/api-design
[[Category:REST API]]

Latest revision as of 10:25, 8 May 2023