DEV Community

Kaviya R
Kaviya R

Posted on

1

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)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

If you found this post helpful, please consider leaving a ❤️ or a kind comment!

Sounds good!