BridgesUNCC / bridges-python

Python client library for Bridges
http://bridgesuncc.github.io
MIT License
3 stars 4 forks source link

is there a point to amenity data? Shouldn't the function just return an array of amenities? #100

Closed krs-world closed 2 years ago

krs-world commented 2 years ago

while I am at it, shouldn't Amenities be Amenity?

[KRS] - Yeah, I agree. I dont see why lat/long should be in this class! Lets rework this to make it a vector.. Hmmm, lots of work..

krs-world commented 2 years ago

Fixed -- Now we have only Amenity class and a vector of Amenities for the API. Checked API - all 3 tests in each language is working