blob: 1c4e1d30e3ae658779191e888fa2aa3feceef3e9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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
|