Make make_request method public
hamzaali00001 opened this issue · 3 comments
hamzaali00001 commented
Can you convert the make_request method from private to public? This will allow users to make requests to API endpoints whose methods are not implemented in the library?
For Example:
I want to get a list of all tags by calling v3/tags but there is no such method. How could I do that?
tnorthcutt commented
Hi @hamzaali00001, I'd certainly welcome a PR to change this. Thanks!
hamzaali00001 commented
Hi, @tnorthcutt Thanks for the reply.
Just Pushed a pull request. #12
tnorthcutt commented
Closed in #12! Thanks @hamzaali00001