August 2018
Intermediate to advanced
416 pages
12h 37m
English
You can initiate a direct API call to the Travis API by using the travis raw RESOURCE command. Remember that we can always use the travis help COMMAND to find out how to use a particular command in Travis CLI. In the following screenshot, we run the help command for the raw command:

Now that we know how to run the raw command, let us issue a request to this endpoint in the Travis API:
GET /config
If you want to see the developer documentation for the Travis API, then you need to go to the following URL at https://developer.travis-ci.com/.
Make sure to log in and authorize Travis CI as a third-party application ...
Read now
Unlock full access