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
Currently, programmatically retrieving changelogs for Paper builds requires a separate API call for each build/summary. This makes scripted update systems that display changelogs potentially hit the API hundreds of times.
Would it be possible to have the option to request multiple changelogs from the API in a single call? Perhaps listing all changes by minor version (All changelogs for builds in MC 1.18.1, 1.18.2, etc). This would drastically decrease the number of requests to the API.
Hello!
Currently, programmatically retrieving changelogs for Paper builds requires a separate API call for each build/summary. This makes scripted update systems that display changelogs potentially hit the API hundreds of times.
Would it be possible to have the option to request multiple changelogs from the API in a single call? Perhaps listing all changes by minor version (All changelogs for builds in MC 1.18.1, 1.18.2, etc). This would drastically decrease the number of requests to the API.
The issue that spawned this request is here: OwenCochell/PaperMC-Update#11
Thanks!
The text was updated successfully, but these errors were encountered: