DEV Community

Kaviya R
Kaviya R

Posted on

3

API and HTTP

REST API:
It is a set of rules and convention that allows communication between the client and server using HTTP methods.It is a way to enable interaction with web service in simple and stateless manner.
HTTP METHODS:

  • get-retrieve data
  • post-create new data
  • put-update existing data
  • Delete-remove data
  • patch-partially update data

What is url?

URL is a specific type of url that identifies a resource by its location on the internet.It tells you how to access the resource by its specifying the protocol location.

What is uri?

It is a string of character to identify resource either by name,location or bothA uri can be the url,urn or something else.it is a broader concept

Top comments (0)

πŸ‘‹ Kindness is contagious

Engage with a wealth of insights in this thoughtful article, valued within the supportive DEV Community. Coders of every background are welcome to join in and add to our collective wisdom.

A sincere "thank you" often brightens someone’s day. Share your gratitude in the comments below!

On DEV, the act of sharing knowledge eases our journey and fortifies our community ties. Found value in this? A quick thank you to the author can make a significant impact.

Okay