ConvertKit/ConvertKitSDK-PHP

Make make_request method public

hamzaali00001 opened this issue · 3 comments

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?

Hi @hamzaali00001, I'd certainly welcome a PR to change this. Thanks!

Hi, @tnorthcutt Thanks for the reply.

Just Pushed a pull request. #12

Closed in #12! Thanks @hamzaali00001