arquillian / arquillian.github.io

Arquillian website source (develop branch) and hosting (master branch). Baked with Awestruct.
http://arquillian.org
Other
78 stars 147 forks source link

Add authentication to increase rate-limiting GitHub API calls. #434

Open hemanik opened 6 years ago

hemanik commented 6 years ago
Issue Overview

Currently, the no. of calls to the GitHub API is restricted due to unauthenticated requests made. Extend the rate-limit for the calls by adding authentication.

Expected Behaviour

Make GitHub API calls with authentication.

Current Behaviour

GitHub calls made without authentication.