Larabros\Elogram\Repositories\TagsRepository::get PHP Method

get() public method

Get information about a tag object.
public get ( string $tag ) : Response
$tag string Name of the tag
return Larabros\Elogram\Http\Response
    public function get($tag)
    {
        return $this->client->request('GET', "tags/{$tag}");
    }