REST API


Technologies: Other

Curriculums: Python Developer | Android Developer | Java Developer

Key facts

REST is a software architectural style that defines a set of constraints to be used for creating Web services.

Description

Representational state transfer (REST) is a software architectural style that defines a set of constraints to be used for creating Web services. Web services that conform to the REST architectural style, called RESTful Web services, provide interoperability between computer systems on the Internet. RESTful Web services allow the requesting systems to access and manipulate textual representations of Web resources by using a uniform and predefined set of stateless operations. Other kinds of Web services, such as SOAP Web services, expose their own arbitrary sets of operations.

Resources

Title Study Item Level Description
Django REST framework tutorial Qualified We're going to create a simple API to allow admin users to view and edit the users and groups in the system.

Curriculums

Title Description
Python Developer Python is an interpreted, high-level, general-purpose programming language.
Android Developer In order to become a good Android developer you should be interested in a mobile development
Java Developer Java Developer is a specialist whose main task is to create complex enterprise systems for data processing.
Logo