This repository has been archived by the owner on Aug 9, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 72
Unit Tests #83
Labels
Comments
|
What is "YOUR-API-KEY-HERE" and "tryndamere" plz ? |
Hi @Java-PowerGame, Please open a new issue for questions unrelated to this specific issue. To answer your question, "API-KEY-HERE" is a placeholder string that you need to replace with your development API key. A development API key is a unique string generated for you that allows you to make calls to the Riot Games API. To get a key, you will need to register a developer account on the Riot Games API developer portal. The string "tryndamere" is an example user name for a player in the game. The user name for a player is also known as a "summoner name". If you have anymore questions. Feel free to reach out to me by email, or open separate issue. Thanks! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
There are currently some unit tests for sync and async methods included in the project repository.
These existing unit tests should be cleaned up, using mocks where appropriate to keep the tests isolated.
Ideally we would also like to have unit tests for all major API methods in addition to the existing ones.
The text was updated successfully, but these errors were encountered: