Add more recipes/examples
It will be useful to have more recipies of how to use various functionalities of the library. This would be the place to suggest possible use cases and do my best to get provide a nice clean recipe for them.
- [x] SteamClient login
- [x] Bulding a simple web api
- [ ] Setup and use for SteamAuthenticator
- [ ] WebAuth login and use (the docs have one)
- [ ] More complex example of various SteamClient builtin APIs
I made a simple example recipe for automatically accepting a friend request and sending a message, let me know if you are interested in adding it.
I don't see any code that accept friends requests or send messages. I think I basic recipe for bot that respond to commands would be nice addition. Need to be as concise and clear as possible. Recipes are only meant to illustrate a concept, and are not complete solutions.
@rossengeorgiev For "WebAuth login and use (the docs have one)" would you want to see a recipe for getting account transaction history (https://store.steampowered.com/account/history/) and/or licenses (https://store.steampowered.com/account/licenses/) ? Should this recipe go in its own folder called "4.TransactionHistory"? Those are the only interesting URLs I could find.