odata.net
odata.net copied to clipboard
Python library to convert existing RestAPI to Odata ?
I am looking for a Python library to convert the existing RestAPI protocol to Odata
RestAPI example:
entity : Users https://jsonplaceholder.typicode.com/users
entity : Todos https://jsonplaceholder.typicode.com/todos
Thank you @yogananda-muthaiah for reaching out to us. Please add more context to help us understand what you're trying to accomplish. Are you looking for a library that will consume the data exposed by the endpoints and convert it into OData payload format? Or are you looking for a library that will inspect the data from the endpoints and generate an OData service?