travis-api/docs/00_overview.md
2013-07-22 17:40:45 -07:00

17 lines
720 B
Markdown

# Overview
**This documentation is for the v2 API. However, this endpoint does also serve the [v1 API](http://about.travis-ci.org/docs/dev/api/).**
Welcome to the Travis API documentation. This is the API used by the official
[Travis CI](https://next.travis-ci.org) web interface, so everything the web
interface is able to do is also accomplishable via the API.
## Media Types
The API is currently [JSON](http://en.wikipedia.org/wiki/JSON) only.
## Clients and Libraries
* **[Travis Web](https://github.com/travis-ci/travis-web)**: The official Travis CI client, using [Ember.js](http://emberjs.com/).
* **[Travis Node.js](https://github.com/pwmckenna/node-travis-ci)**: The un-official Node.js Travis CI client.