Open maxchehab opened 6 years ago
Genuine question here -- I've previously been avoiding passing around thing_id
s as pure strings, but rather forcing users to query the API and then have an some kind of API object that implements a private method to get the ID (e.g. voter
, deleter
). Do people prefer this type safety or do you just want stringly typed access to the API?
I think that since the library is not complete it is best to give the user as much access to the raw input. As you start to finish the library these features can of course be depreciated.
Just my two cents. 😊
I have implemented the /api/editusertext
POST
request.To access this feature create an
OAuthSession
and...:smile: