Pre-Configured APIs
CodeClimate
API configuration: CodeClimate
Features
Features | Status |
---|---|
Auth (Basic) | ✅ |
Sync data | ✅ |
Perform workflows | ✅ |
Proxy requests | ✅ |
Receive webhooks | 🚫 (time to contribute: <48h) |
We can implement missing features in <48h, just ask for it in the community.
Getting started
- Generate a CodeClimate token in your CodeClimate account
- CodeClimate Auth related docs
- CodeClimate API docs
Need help getting started? Get help in the community.
API gotchas
- CodeClimate uses API_KEY auth mode with
Authorization: Token token=token
in the request header to access different endpoints. - When creating a new connection on Nango, you will need to add your domain. For the cloud option, use
api.codeclimate.com
; for on-premise, useYOUR-CC-HOST-NAME
. - CodeClimate enforces a general rate limit of 5,000 requests per token per hour.
Add Getting Started links and Gotchas by editing this page
Was this page helpful?