garhow / steam-rs

Safe Rust bindings for the Steam Web API
MIT License
23 stars 10 forks source link

Support ISteamRemoteStorage interface #14

Closed garhow closed 1 year ago

garhow commented 1 year ago

The following endpoints must be implemented:

garhow commented 1 year ago

These are both POST endpoints, so we need to figure out an easy way to call POST endpoints first.

marcohoovy commented 1 year ago

I can rewrite the do_http! macro to support a JSON input

garhow commented 1 year ago

I can rewrite the do_http! macro to support a JSON input

Implemented in #21

garhow commented 1 year ago

Completed in 694e3968d2d9aaadfe3e928a757c89dae424fa3b and d65068ffce57666eeb950e4b04b06a727b2911d8

This was done without the use of the do_http!() macro, though.