Code Climate
Инструменты разработчикаBearer токенФримиумВключено
Code quality and test coverage API with automated code review and maintainability scores
https://api.codeclimate.com/v1API Площадка
Запрос идёт через наш CORS-прокси.
https://api.codeclimate.com/v1/
Заголовки ответа (0)
Параметры (0)
Связанные API
Отзывы
Frequently Asked Questions About Code Climate API
What is Code Climate?
Code Climate is a public API listed in the akousa.net API Directory, a curated collection of 750+ APIs across 12 categories. Code quality and test coverage API with automated code review and maintainability scores
How do I authenticate with Code Climate?
Code Climate uses Bearer token authentication. You need to obtain an access token from the provider, then include it in the Authorization header as "Bearer <token>" with each request.
Is Code Climate free to use?
Code Climate offers a freemium pricing model. It includes a free tier with limited usage that is suitable for personal projects and prototyping. Paid plans are available for higher rate limits, additional features, or production-level usage.
Does Code Climate support CORS?
Yes, Code Climate supports CORS (Cross-Origin Resource Sharing), which means you can make requests directly from browser-based JavaScript applications without encountering cross-origin errors.
Where can I find Code Climate documentation?
You can find the official Code Climate documentation at https://codeclimate.com/docs/api. The documentation includes endpoint references, request/response examples, authentication guides, and rate limit details. You can also explore Code Climate in the akousa.net API Directory for a quick overview and test it using the built-in API tester.