ciaranmccormick / python-bods-client

A python client for the Bus Open Data Service API
MIT License
21 stars 3 forks source link

Include "Extension" in Timetables API Response Object #31

Closed spencer-b-318 closed 2 years ago

spencer-b-318 commented 2 years ago

The extension of a dataset (zip or xml) would be useful to include from the API response along with NOC, Status, Description etc.

As it is much easier to parse the underlying data if it's known whether or not the dataset needs to be unzipped first.

ciaranmccormick commented 2 years ago

Thanks for opening the issue @spencer-b-318. I've published 0.10.0 which has everything you requested plus all the remaining fields that are available in the API but which I hadn't added to the package.

spencer-b-318 commented 2 years ago

Great, thanks @ciaranmccormick