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.
2 parents 53f4029 + 69cccd8 commit 1776674Copy full SHA for 1776674
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