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

get() public method

Get information about a location.
public get ( string $id ) : Response
$id string The ID of the location
return Larabros\Elogram\Http\Response
    public function get($id)
    {
        return $this->client->request('GET', "locations/{$id}");
    }