What is API? Flutter API | Rest API | JSON

API

 

API stands for Application Programming Interface.

 

An API is a set of programming codes that enables data transmission between one software product and another.

 

REST API

 

Representational State Transfer architectural style.

 

The 5 essential HTTP methods in RESTful API

 

  • GET
  • POST
  • PUT
  • PATCH
  • DELETE

 

JSON

 

JSON stands for JavaScript Object Notation.

 

JSON is a lightweight data-interchange format. It is easy for humans to read and write.


Video Link:

 
Post a Comment (0)
Previous Post Next Post