EasyPost\EasyPost::getApiKey PHP Method

getApiKey() public static method

get the API key
public static getApiKey ( ) : string
return string
    public static function getApiKey()
    {
        return self::$apiKey;
    }