Relative Content

Tag Archive for pythonxmlweb-scrapingodata

Issues Pulling XML Metadata via OData API using the pyodata Library

I have an application that I am trying to access the backend of via its OData API. I’m new to webscraping and I’m running into some issues. I read using the pyodata library is recommended when working with OData APIs. I can run it successfully using the example URL that pyodata documentation offers (http://services.odata.org/V2/Northwind/Northwind.svc/). But for whatever reason, from the number of iterations I’ve written the code in, I’ve been getting errors.