Knotx / knotx-aggregator

An aggregator for all Knot.x projects - release guides, automation, etc.
https://knotx.io
Apache License 2.0
0 stars 3 forks source link

Get org from github api #30

Closed malaskowski closed 4 years ago

malaskowski commented 4 years ago

Fetches github organisation directly form the GitHub REST API (couldn't obtain one from the Azure variables). From the GitHub API docs:

For unauthenticated requests, the rate limit allows for up to 60 requests per hour.

It should be enough for the development purposes. If problems starts occur we can use authenticated endpoint (maybe even GraphQL one) then that allows up to 5k req/h.