Closed a-e-m closed 1 year ago
thanks for this! this looks rad! would you mind if I made some quick naming changes + typing hints? Specifically, renaming the method to getAsksRaw
- this lets an Ask
class to be added, without causing an existing method to start returning different data :)
@valknight yeah go ahead
rad! the builds seem to be all happy, so i'll get this packaged up into a release. thanks for your work!!
Pretty much what it sounds like. The asks endpoint is
asks.listPending
and it requires aninput
parameter, which should be a Python dict serialized to JSON. I tried to updatefetchTrpc
in a way that would work for other calls in the future