We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 481bd4f commit 5ae5a06Copy full SHA for 5ae5a06
docs/gl_objects/projects.rst
@@ -785,7 +785,7 @@ Get all additional statistics of a project::
785
786
Get total fetches in last 30 days of a project::
787
788
- total_fetches = project.additionalstatistics.get()['fetches']['total']
+ total_fetches = project.additionalstatistics.get().fetches['total']
789
790
Project issues statistics
791
=========================
0 commit comments