Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask question.

Forgot Password?

Need An Account, Sign Up Here
Sign InSign Up

Stackorigin – The Community of Question and Answers

Stackorigin – The Community of Question and Answers Logo Stackorigin – The Community of Question and Answers Logo
Search
Ask A Question

Mobile menu

Close
Ask a Question
Home/ Questions/Q 36500
Next
In Process
pratap
  • 0
pratap
Asked: March 8, 20222022-03-08T12:38:51+00:00 2022-03-08T12:38:51+00:00In: Programming

What is a REST API?

  • 0

What is a REST API?

apirest
  • 1 1 Answer
  • 35 Views
  • 0 Followers
  • 0
Answer
Share
  • Facebook

    Related Questions

    • How do you restart Apache?
    • aws s3 sdk returns "You have attempted to create more buckets than allowed"
    • What does ETL mean?
    • Is Apache running on my server?
    • Ways to Check Apache Server Status
    • Alternatives for Apache HTTP Server
    • How to access bitbucket using app password
    • How do I undo the most recent local commits in Git?
    • How do I rename both a Git local and remote branch name?
    • How do I rename a local Git branch?

    1 Answer

    • Voted
    • Oldest
    • Recent
    1. sam
      2022-03-08T12:42:01+00:00Added an answer on March 8, 2022 at 12:42 pm

      What is a REST API: REST API (also known as RESTful API) is an application programming interface (API or web API) that conforms to the constraints of REST architectural style and allows for interaction with RESTful web services. REST stands for representational state transfer and was created by computer scientist Roy Fielding.

      the following six REST design principles – also known as architectural constraints:

      1. Uniform interface. All API requests for the same resource should look the same, no matter where the request comes from. The REST API should ensure that the same piece of data, such as the name or email address of a user, belongs to only one uniform resource identifier (URI). Resources shouldn’t be too large but should contain every piece of information that the client might need.
      2. Client-server decoupling. In REST API design, client and server applications must be completely independent of each other. The only information the client application should know is the URI of the requested resource; it can’t interact with the server application in any other ways. Similarly, a server application shouldn’t modify the client application other than passing it to the requested data via HTTP.
      3. Statelessness. REST APIs are stateless, meaning that each request needs to include all the information necessary for processing it. In other words, REST APIs do not require any server-side sessions. Server applications aren’t allowed to store any data related to a client request.
      4. Cacheability. When possible, resources should be cacheable on the client or server side. Server responses also need to contain information about whether caching is allowed for the delivered resource. The goal is to improve performance on the client side, while increasing scalability on the server side.
      5. Layered system architecture. In REST APIs, the calls and responses go through different layers. As a rule of thumb, don’t assume that the client and server applications connect directly to each other. There may be a number of different intermediaries in the communication loop. REST APIs need to be designed so that neither the client nor the server can tell whether it communicates with the end application or an intermediary.
      6. Code on demand (optional). REST APIs usually send static resources, but in certain cases, responses can also contain executable code (such as Java applets). In these cases, the code should only run on-demand.
      • 0
      • Reply
      • Share
        Share
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
        • Share on WhatsApp

    Leave an answer
    Cancel reply

    You must login to add an answer.

    Forgot Password?

    Need An Account, Sign Up Here

    Sidebar

    Ask A Question

    Stats

    • Questions 1k
    • Answers 1k
    • Best Answers 75
    • Users 73

    Adv 250x250

    Adv 234x60

    • Recent
    • Answers
    • zhengwei

      How to use a spill kit for an oil spill

      • 0 Answers
    • zhengwei

      What is oil spill management?

      • 0 Answers
    • ashok

      How do you restart Apache?

      • 1 Answer
    • zhengwei

      How does a spill pallet work

      • 1 Answer
    • zhengwei

      What is floating booms

      • 1 Answer
    • hari
      hari added an answer Ubuntu way: To restart: sudo service apache2 restart To stop:… May 13, 2022 at 9:34 am
    • zhengwei
      zhengwei added an answer 1. Use with forklift: when using manual hydraulic forklift, mechanical… May 13, 2022 at 6:58 am
    • royyu
      royyu added an answer The solid float welded PVC oil containment boom is a universal horizontal… May 12, 2022 at 7:54 am
    • hari
      hari added an answer By default, an AWS account is soft limited to 100… May 11, 2022 at 3:15 pm
    • royyu
      royyu added an answer The oil leakage kit contains corresponding leakage emergency treatment materials,… May 11, 2022 at 6:27 am

    New Members

    jessie88

    jessie88

    • 0 Questions
    • 0 Answers
    clarkegable

    clarkegable

    • 0 Questions
    • 0 Answers
    Wellness Resort in Rishikesh

    Wellness Resort in Rishikesh

    • 0 Questions
    • 0 Answers
    Best IVF Hospital in Delhi

    Best IVF Hospital in Delhi

    • 0 Questions
    • 0 Answers
    Mohammedtaufiqumar

    Mohammedtaufiqumar

    • 1 Question
    • 0 Answers

    Adv 234x60

    Trending Categories

    Programming
    802Questions
    , 0Followers
    Technology
    208Questions
    , 3Followers
    General Knowledge
    104Questions
    , 0Followers
    Business & Finance
    81Questions
    , 4Followers
    Health
    72Questions
    , 3Followers

    Trending Tags

    django (94) git (47) google (29) health (21) india (35) mysql (22) oil (36) python (237) usa (25) youtube (23)

    Recent posts

      • On: May 17, 2022

      How To Translate Japanese From Image

      • On: May 17, 2022

      How to Convert Celcius to Fahrenheit 

      • On: May 13, 2022

      How to Start, Stop, or Restart Apache Server on Ubuntu

      • On: May 13, 2022

      How to Install Apache on Ubuntu

      • On: May 5, 2022

      CORS in Django REST Framework

    Explore Our Blog

    Adv 234x60

    Subscribe

    Explore

    • Recent Questions
    • Most Answered
    • Answers
    • No Answers
    • Most Visited
    • Most Voted
    • Random

    Footer

    Stackorigin - The Community of Question and Answers

    Stackorigin

    Stackorigin is the world’s largest Q&A networking site, Stackorigin community brings you the collaboration of all the various Questions and the related Answers given by the community.

    About

    • About Us
    • Contact Us
    • FAQ
    • Guest Post Article

    Info

    • Privacy Policy
    • Terms and Conditions
    • Community Guidelines
    • Tags

    Products

    • Tutorials
    • Advertising
    • Categories
    • Corona
    • StackHow

    Follow

    © 2022 Stackorigin. All Rights Reserved.

    Insert/edit link

    Enter the destination URL

    Or link to existing content

      No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.