apiglossary.com

Website:http://www.apiglossary.com
Upvotes received0
Downvotes received1
Karma:0 (upvotes-downvotes)



0 earned Badges

No badges were found



Definitions (63)

1

0 Thumbs up   0 Thumbs down

Ajax


Originally an acronym, Asynchronous JavaScript and XML, allows the client to send & retrieve data from the server without reloading the page.
Source: apiglossary.com

2

0 Thumbs up   0 Thumbs down

API


Programming Interfaces enable software to interact with other software through exposed functionality.
Source: apiglossary.com

3

0 Thumbs up   0 Thumbs down

API key


An authorization code passed in to an API request via a header or parameter to identify the requester.
Source: apiglossary.com

4

0 Thumbs up   0 Thumbs down

Authentication


Identifying the user of the API. Common techniques for authentication include API Keys and OAuth.
Source: apiglossary.com

5

0 Thumbs up   0 Thumbs down

cors


Cross Origin Requests allow javascript in websites to do AJAX requests to domains beyond the one initiating the request.
Source: apiglossary.com

6

0 Thumbs up   0 Thumbs down

Cache


A collection of responses that are reused by the client to improve performance.
Source: apiglossary.com

7

0 Thumbs up   0 Thumbs down

client


The client is the initiating party that sends an API request. Often times there will be many clients consuming the same API.
Source: apiglossary.com

8

0 Thumbs up   0 Thumbs down

COLLECTION


An API resource that groups other resources together.
Source: apiglossary.com

9

0 Thumbs up   0 Thumbs down

delete


The HTTP method for deleting resources with a RESTful API.
Source: apiglossary.com

10

0 Thumbs up   0 Thumbs down

DOM


The Document Object Model defines a standard way to represent and interact with objects within both HTML & XML documents.
Source: apiglossary.com


To view all 63 definitions, please sign in.