Instagram\API\Request\TagFeedRequest::getEndpoint PHP Method

getEndpoint() public method

public getEndpoint ( )
    public function getEndpoint()
    {
        return sprintf("/v1/feed/tag/%s/", $this->tag);
    }