How The Web Works Flashcards
Things that don’t change. These are things like JavaScript files, style sheets, and images. Caching and serving _ _ is a big aspect of any web application.
Static Assets
One end of a communication channel. The place that APIs send requests and where the resource lives, is called an _. For APIs, an _ can include a URL of a server or service.
Endpoint
A set of functions and procedures allowing the creation of applications that access the features or data of an operating system, application, or other service.
API Application Programming Interface
The standardized use of HTTP Action Verbs in regards to its use in RESTful APIs ie: GET, PUT, POST, PATCH, DELETE
CRUD Create, Read, Update, and Delete
An application program interface (API) that uses HTTP requests to GET, PUT, POST and DELETE data. Specifies how data is presented to a client in a format that is convenient for the client.
REST Representational State Transfer aka RESTful API