Jonxslays / wom.py

An asynchronous wrapper for the Wise Old Man API.
https://jonxslays.github.io/wom.py/
MIT License
10 stars 7 forks source link

Update getting started client example #73

Closed Jonxslays closed 1 month ago

Jonxslays commented 6 months ago

Currently the example sets the api base url to localhost, which makes the example fail if a local instance of wom isn't running.

This is a bad new user experience, update the example to use the production base url.