src/Constants.php
<?php
namespace GuiBranco\Pancake;
class Constants
{
public const USER_AGENT_VENDOR = "Pancake/0.11 (+https://github.com/guibranco/pancake)";
public const USER_AGENT_HEADER = "User-Agent: Pancake/0.11 (+https://github.com/guibranco/pancake)";
public const CONTENT_TYPE_JSON_HEADER = "Content-Type: application/json; charset=utf-8";
}