EA31337 / EA-Tester

🐳📈 Headless Forex backtesting for MetaTrader platform using Docker
https://ea31337.github.io/EA-Tester
MIT License
109 stars 84 forks source link

Support for GitHub token #226

Open kenorb opened 1 year ago

kenorb commented 1 year ago

We need to add support for GitHub token so curl won't fail due to API rate limits.

jq: error (at <stdin>:1): Cannot index string with string "tag_name"
Error: Not supported platform version. Supported: 
Error: Empty release list!
{"message":"API rate limit exceeded for 13.87.244.195. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)","documentation_url":"https://docs.github.com/rest/overview/resources-in-the-rest-api#rate-limiting"}

Refs: https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token

kenorb commented 1 year ago