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 b44e68a commit db77093Copy full SHA for db77093
docs/app/docs/user-guide/developer.md
@@ -0,0 +1,9 @@
1
+# Notes for Developer
2
+
3
+## GitHub Release API
4
5
+Get all release information:
6
7
+```bash
8
+curl -H "Accept: application/vnd.github.v3+json" https://api.github.com/repos/michael-mueller-git/Python-Funscript-Editor/releases
9
+```
0 commit comments