aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authortilpner2020-05-28 16:42:03 +0200
committertilpner2020-05-28 16:43:47 +0200
commitda07a2ca3a8c5ee97eac179b28dc3d4a064fd026 (patch)
tree40e384ffefd53acfb4aa589961b526e29387fb78 /README.md
downloadgithub-label-feed-da07a2ca3a8c5ee97eac179b28dc3d4a064fd026.tar.gz
github-label-feed-da07a2ca3a8c5ee97eac179b28dc3d4a064fd026.tar.xz
github-label-feed-da07a2ca3a8c5ee97eac179b28dc3d4a064fd026.zip
Initial commit
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..1c4e1d3
--- /dev/null
+++ b/README.md
@@ -0,0 +1,12 @@
+# API costs
+
+Each call is retried up to 5 times, so an unstable network connection can greatly increase API costs.
+
+- fetch labels
+ - max(1, n / 100) to fetch the n labels of the repository
+- fetch issues
+ - max(1, n / 100) to fetch the n issues that have updated since the last synchronisation
+
+# Limitations
+
+- Only fetches first 100 labels per issue, additional labels are ignored