You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -225,7 +225,7 @@ There are two components to each request:
225
225
2.`files_editability`: Basic information about how "editable" the CAD files are in this repository.
226
226
3.`license`: The license for the repository.
227
227
4.`tags`: Aggregated tags for the repository and any associated with the maintainers of that repsitory.
228
-
5.`commits_level`: The hash identifier (contribution `id` for Wikifactory projects) and timestamp of each commit to the repository. This can be used to graph the commit activity level in a frontend visualisation.
228
+
5.`commits_level`: The hash identifier (contribution `id` for Wikifactory projects) and timestamp of each commit to the repository. This can be used to graph the commit activity level in a frontend visualisation.**Note:** This will be based on commits from the first three detected branches in the repository, including the default branch. This is because the time it takes to requests commits across various branches take a long time, and APIs might time out.
229
229
6.`issues_level`: Similar to `commits_level`, but for all issues in the repository.
230
230
231
231
The following is an example request that could be sent to the API for three Wikifactory projects:
0 commit comments