mirror of
				https://github.com/public-transport/db-vendo-client.git
				synced 2025-11-04 01:56:33 +02:00 
			
		
		
		
	clarify journeyLeg api
This commit is contained in:
		
							parent
							
								
									46a84c3cfc
								
							
						
					
					
						commit
						2a67733edf
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -29,7 +29,7 @@ npm install hafas-client
 | 
				
			||||||
## API
 | 
					## API
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- [`journeys(from, to, [opt])`](docs/journeys.md) – get journeys between locations
 | 
					- [`journeys(from, to, [opt])`](docs/journeys.md) – get journeys between locations
 | 
				
			||||||
- [`journeyLeg(ref, name, [opt])`](docs/journey-leg.md) – get details for a leg of a journey
 | 
					- [`journeyLeg(ref, lineName, [opt])`](docs/journey-leg.md) – get details for a leg of a journey
 | 
				
			||||||
- [`departures(station, [opt])`](docs/departures.md) – query the next departures at a station
 | 
					- [`departures(station, [opt])`](docs/departures.md) – query the next departures at a station
 | 
				
			||||||
- [`locations(query, [opt])`](docs/locations.md) – find stations, POIs and addresses
 | 
					- [`locations(query, [opt])`](docs/locations.md) – find stations, POIs and addresses
 | 
				
			||||||
- [`nearby(latitude, longitude, [opt])`](docs/nearby.md) – show stations & POIs around
 | 
					- [`nearby(latitude, longitude, [opt])`](docs/nearby.md) – show stations & POIs around
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue