BaseAPI

Main wrapper to ManyChat's API
Methods Summary
public
# __construct( string $token )
public
# getToken( )
Get current ManyChat API token
public
# setToken( string $token )
Set ManyChat API token
public
# callMethod( string $method , array $arguments = array ( ), int $type = 1 )
Calls ManyChat's API method $method with arguments $arguments and request type $type
Constants Summary
public string API_URL
# 'https://api.manychat.com'