tuomur / python-odata

A simple library for read/write access to OData services
MIT License
79 stars 59 forks source link

Delete slash in the end of URL #50

Open FirstShanti opened 3 years ago

FirstShanti commented 3 years ago

Any resources (https://data.nasa.gov/api/odata/v4/) returned an error:

{
    "error": {
        "code": null,
        "message": "The segment '$metadata' must be the last segment."
    }
}
eblis commented 1 year ago

This project looks to be no longer maintained, i have forked it here and tried to add (some) of your suggested functionality. I've also published it to PyPi as python-odata, if you're interested.