We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53f4029 commit 69cccd8Copy full SHA for 69cccd8
src/ConvertKit_API.php
@@ -558,7 +558,7 @@ public function get_resource( $url ) {
558
*
559
* @return false|mixed
560
*/
561
- private function make_request($endpoint, $method, $args = array()) {
+ public function make_request($endpoint, $method, $args = array()) {
562
563
if( !is_string($endpoint) || !is_string($method) || !is_array($args) ) {
564
throw new \InvalidArgumentException;
0 commit comments