Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

Understanding REST

Pragya Keshap answered on February 16, 2023 Popularity 3/10 Helpfulness 1/10

Contents


More Related Answers

  • .rest file example
  • restfull api methods
  • rest api description
  • rest api means
  • how to represent resource in rest
  • what is REST/RESTful and what are its uses?
  • What protocol used in restful
  • What are the benefits of REST APIs?#
  • rest operators
  • rest api
  • resource in rest
  • rest api
  • rest api
  • What is RESTful?
  • REST API
  • rest operator
  • What is RESTFul APIs?
  • rest api documentation
  • what is rest api
  • What is RESTful?
  • Resteasy REST API
  • When should you use a REST API?
  • javascript rest
  • why do you do rest api teting
  • what are the resources in rest architecture
  • struts 2 rest api example
  • struts 2 rest api example
  • struts 2 rest api example
  • What are the different approach in versioning RESTful Services?
  • Add REST API which consume other service’s REST API

  • Understanding REST

    0

    REST is a web service the primary goal of which is to make web services more effective. It allows direct access to applications through a Uniform Resource Identifier (URI) and can provide the resource in the XML or JSON format, making it more flexible.

    The URI is where communication happens between two applications. Think of it as a bridge where the backend and frontend communicate. The client (frontend) requests a resource and returns a response represented by the XML or JSON format. Requesting a resource is used with the following HTTP methods:

    GET: This is used to get and read a resource.

    POST: This creates a new resource.

    PUT: This updates an existing resource.

    DELETE: This deletes a resource.

    Popularity 3/10 Helpfulness 1/10 Language whatever
    Source: Grepper
    Tags: rest whatever
    Link to this answer
    Share Copy Link
    Contributed on Feb 16 2023
    Pragya Keshap
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.