- API
-
API is an acronym for Application Programming Interface. You can think of an API as a contract between you and a computer program. This contract guarantees that if you provide some specific information to a computer program, the computer program will do some specific task. At hackathons two kinds of APIs are usually discussed: web application APIs and software library APIs.
-
In the case of web application APIs, the user provides some information to a web application, and then the web application either changes its state, or it provides the user with some other information. An example of a web API that allows a user to change the state of the application is the Twitter API. By providing a Twitter username, the text of the tweet, and some other information, users can use the Twitter API to post a tweet. The Sunlight Foundation Capitol Words API is a web API that provides information. If a user provides an English phrase to the Capitol Words API, it will return to the user the number of times that phrase has been said over time during US congressional sessions.
-
Software library APIs specify how to use a software library, and how a software library will behave within a computer program. An example of a software library API is the Array API in the Ruby programming language.
-
- Framework
- HTTP
- HTTP is an acronym for HyperText Transfer Protocol.
- Library
-
Package
-
Protocol
- TCP/IP