Skip to content

Commit

Permalink
Merge pull request streaak#20 from Metnew/patch-1
Browse files Browse the repository at this point in the history
feat(readme): add travis CI api
  • Loading branch information
codingo authored May 13, 2019
2 parents 6cb8611 + acda2b7 commit 52f1f3c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ KeyHacks shows ways in which particular API keys found on a Bug Bounty Program c
- [SendGrid API Token](#SendGrid-API-Token)
- [Slack API token](#Slack-API-token)
- [Slack Webhook](#Slack-Webhook)
- [Travis CI API token](#Travis-CI-API-token)
- [Twilio Account_sid and Auth token](#Twilio-Account_sid-and-Auth-token)
- [Twitter API Secret](#Twitter-API-Secret)
- [Twitter Bearer token](#Twitter-Bearer-token)
Expand Down Expand Up @@ -279,6 +280,12 @@ curl "https://api.wpengine.com/1.2/?method=site&account_name=ACCOUNT_NAME&wpe_ap
curl "https://api.datadoghq.com/api/v1/dashboard?api_key=<api_key>&application_key=<application_key>"
```

## [Travis CI API token](https://developer.travis-ci.com/gettingstarted)

```
curl -H "Travis-API-Version: 3" -H "Authorization: token <TOKEN>" https://api.travis-ci.com/user
```

# Contributing

I welcome contributions from the public.
Expand Down

0 comments on commit 52f1f3c

Please sign in to comment.