Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NsrClient

Hierarchy

  • NsrClient

Index

Properties

getFareZone: (id: string, options?: RequestOptions) => Promise<FareZone>

Type declaration

getGroupOfStopPlaces: (id: string, options?: RequestOptions) => Promise<GroupOfStopPlaces>

Type declaration

getParking: (id: string, options?: RequestOptions) => Promise<Parking>

Type declaration

getParkingsForStopPlace: (id: string, options?: RequestOptions) => Promise<Parking[]>

Type declaration

getQuay: (id: string, options?: RequestOptions) => Promise<NsrTypes.Quay>

Type declaration

getStopPlace: (id: string, options?: RequestOptions) => Promise<NsrTypes.StopPlace>

Type declaration

getStopPlaceForQuay: (id: string, options?: RequestOptions) => Promise<NsrTypes.StopPlace>

Type declaration

getTariffZone: (id: string, options?: RequestOptions) => Promise<NsrTypes.TariffZone>

Type declaration

getTopographicPlace: (id: string, options?: RequestOptions) => Promise<TopographicPlace>

Type declaration

Generated using TypeDoc