answersLogoWhite

0


Best Answer

REST stands for Representational State Transfer and is known as an architectural style of software. This is what is used to develop distributed systems such as the world wide web. REST has now become the dominant web API model.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar
More answers
User Avatar

OZVID Technologies

Lvl 3
1y ago

A REST API stands for (Representational State Transfer). It is an application programming interface used to build APIs and allows users to connect, manage and interact with a cloud-based environment.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What would a computer programmer us a REST API for?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the use of api in java?

The API is a reference for all predefined classes provided by the java language. This will allow the programmer to utilize the classes into their programs. The API provides packages, classes, methods, constants, etc.


What is Communication API How does it works?

Cpu or computer


What is the difference between WebService and API?

web service is like advanced Urls and API is Programmed Interface. API contains classes and Interfaces just like a program. A web service is a form of API (Application Programming Interface). An API is used by a computer programmer to establish a link between software applications. This interface can take several forms, a web service is just one of these. There are several types of web service. SOAP (Simple Object Access Protocol) is one of the most common. The API takes the form of a service description (WSDL) which is used to automatically generate the program code which makes the connection.


What is meant by java API and how it is helpful to the java programmer?

API stands for Application Programming Interface It usually referrs to documentation on how a specific class works. It lists,describes, and details the class' methods, properties, constructors, etc.. Here is a link for a the API of the String class in Java: http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html


How do you program an adc of pic in c plus plus?

Consult the device programmer's manual. Typically you will need an Application Programming Interface (API) suitable for the device in question. The appropriate API should be freely available from the device manufacturer.


What is the function of an API on a computer?

Disclaimer: This is not my original content. All information present has been copied and credited to Wikipedia.org!An application programming interface(API) specifies how some software components should interact with each other.In addition to accessing databases or computer hardware, such as hard disk drives or video cards, an API can be used to ease the work of programming graphical user interface components. In practice, many times an API comes in the form of a library that includes specifications forroutines, data structures, object classes, and variables. In some other cases, notably for SOAP and REST services, an API comes as just a specification of remote calls exposed to the API consumers.[1]


Why you use API rather than System Calls?

System calls are much slower than APIs (library calls) since for each system call, a context switch has to occur to load the OS (which then serves the system call).


Is c different from C.net?

Yes and no. Basically, Visual C++ is an implementation of C++ with a bunch of built-in features to make working on Microsoft platforms (Windows, XBOX, etc.) easier. It allows the programmer easier access to the Windows API, DirectX API, and the .NET Framework.


What is the purpose for the API guidelines in operating systems?

Use the computer thats in front of you!


What is nitty gritty of computer?

its mean low-level components of computer to know i.e OS, HW, API's etc


What is the use of API’s in cloud services?

.It eliminates the need to write the fully fledged programs .It provides the instructions to make communication between one or more .applications .It allows easy creation of applications and link the cloud services with other systems


Do you know any free news API which I can use in Python?

NewsDataio News API is a simple REST API for searching and retrieving live articles from all over the web. They offer a free plan with limitations and paid plans for higher usage. You can find the documentation and sign up for a free API key at NewsDataIO