- https://weblogs.asp.net/sukumarraju/asp-net-web-api-testing-using-nunit-framework provides a complete example of using NUnit to test web APIs.
- https://raml.org/developers/design-your-api shows you how to design your API with RAML.
- http://apiworkbench.com/docs/ provides documentation on using RAML in Atom to design your APIs.
- https://dotnetcoretutorials.com/2017/10/19/using-swagger-asp-net-core/ is a good introduction to using Swagger.
- https://swagger.io/about/ takes you to the Swagger About page.
- https://httpstatuses.com/ is a list of HTTP status codes.
- https://www.greenbytes.de/tech/webdav/rfc5988.html is the web linking specification RFC 5988.
- https://oauth.net/2/ takes you to the OAuth 2.0 home page.
- https://en.wikipedia.org/wiki/Domain-driven_design is the Wikipedia page for domain-driven design.
- https://www.packtpub.com/gb/application-development/hands-domain...




















































