python-odata icon indicating copy to clipboard operation
python-odata copied to clipboard

Delete slash in the end of URL

Open FirstShanti opened this issue 3 years ago • 1 comments

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

{
    "error": {
        "code": null,
        "message": "The segment '$metadata' must be the last segment."
    }
}

FirstShanti avatar Jan 22 '21 13:01 FirstShanti

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.

eblis avatar Mar 16 '23 12:03 eblis