Replies: 7 comments 1 reply
|
Hi @easysugar! The Crowdin API Client Python - is an interface to the public APIs - crowdin.com, Crowdin Enterprise. It's not supposed to support these backend endpoints. |
|
@andrii-bodnar |
|
@easysugar currently, we are not planning such an endpoint in the nearest future, but I need to discuss it with the Team. Could you please describe your use case in more detail? It will help us a lot with designing this new Activity API. Or we can find a workaround for this case. |
|
Sure. I want to calculate something like "top contributors" for last week using the last activity. |
|
@easysugar please check the Reports section. The Top Members or Contribution Raw Data report should help to collect data regarding users' contributions. |
|
Actually, I would like to make a report by myself. But I will try Reports. |
|
The Contribution Raw Data report contains just the raw data regarding contributions so you will be able to calculate the report you want based on this data. Also, you can check the Raw Report Data app. This app is using the same API call to generate the report. |
Uh oh!
There was an error while loading. Please reload this page.
Hi. I see that backend at Crowdin has its own endpoint for getting the project's last activity:
/backend/project_actions/activity_stream.But I cannot find where this method is in the client API. So can you add this endpoint to the client, please?
All reactions