cgrok / clashroyale

Async + Sync wrapper for royaleapi.com and the CR official API
MIT License
47 stars 19 forks source link

Docs #1

Closed fourjr closed 6 years ago

fourjr commented 6 years ago

docs in readme that links to api docs + basic instructions on sync/async

@kyb3r opinions

SharpBit commented 6 years ago

well tnt and sleedyak are supposed to do it but none of them started and @freetnt5852 doesn't have a clue, as usual

AmirSavand commented 6 years ago

The necessary docs are in the cr-api itself, checking out the examples directory in here is enough.

# Access API data via snake_case instead of camelCase
# Everything is exactly the same as what is 
# presented in the official API documentation
fourjr commented 6 years ago

Pretty sure camelCase would work as well.

fourjr commented 6 years ago

To get a list of methods, you can run dir(clashroyale.Client)