Waydev API
metrics
Retrieves all available metrics from Waydev.
1min
GET
Header Parameters
Authorization
*
Responses
200
Successful operation
Example
[{"id":"impact","name":"Impact","unit":"","description":"
Impact is a metric which shows you how much \"cognitive load\" did the contributor carry when developing these changes.
"},{"id":"code_churn","name":"Code Churn","unit":"lines","description":"Code Churn represents the number of lines that were modified and then modified again or deleted.
"},{"id":"active_days","name":"Active Days","unit":"days","description":"Number of days the developer made commits during the selected period.
"},{"id":"commits_per_day","name":"Commits per Day","unit":"commits","description":"Average number of commits made per active day during the selected period.
"},{"id":"efficiency","name":"Efficiency","unit":"%","description":"Percentage of code that remains unchanged, indicating the stability and maintainability of contributions.
"}]Description
Successful operation
id
name
unit
description
401
Unauthorized
Description
Unauthorized
message
Updated 28 Jan 2025
Did this page help you?