aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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