Ashok
Ashok's Blog

Ashok's Blog

Follow
homebadges
Tag

REST API

#rest-api

More content

Read more stories on Hashnode


Articles with this tag

A Minimalist introduction to the Minimal API in .NET 6

Feb 15, 2022

Minimal API is the extremely simple way to write HTTP API with minimum dependencies. Its normal controller based API minus all its ceremonies. The...

A Minimalist introduction to the Minimal API in .NET 6

REST API Response status codes

Feb 4, 2022

The common HTTP/1.1 response Status Codes are listed below 200 (“OK”) Should be used to indicate nonspecific success Must not be used to communicate...

REST API Response status codes

REST API Request Methods

Feb 3, 2022

The common HTTP/1.1 methods are listed below GET A REST API client uses the GET method in a request message to retrieve the state of a resource, in...

REST API Request Methods