philvessey / NextDepartures

NextDepartures is a .NET Library that queries GTFS (General Transit Feed Specification) data sets stored locally or in an Azure SQL Database. The library will work with any well formed GTFS data set.
MIT License
1 stars 1 forks source link

Update endpoints #21

Closed philvessey closed 4 years ago

philvessey commented 4 years ago

Added new endpoints for agencies. Added new endpoints for stops. Included proper usage of data types instead of everything being a string.

hypervtechnics commented 4 years ago

According to semantic versioning you may increase to 2.0.0 as there are breaking changes (a lot of them).

philvessey commented 4 years ago

Thats a fair point so I have updated the version number.