materials-marketplace / python-sdk

Python software development kit for MarketPlace.
MIT License
0 stars 1 forks source link

Support standard app api version 0.3.0. #22

Closed csadorf closed 2 years ago

csadorf commented 2 years ago

First stub to support both API version 0.0.1 and sub-sequent ones.

Closes #20 .

csadorf commented 2 years ago

@singhpranjali @pablo-de-andres Here is my draft for how I envision the support of both the old API version (0.0.1) and the newer ones. I've only implemented a single capability to demonstrate the general concept. This still depends on (to my knowledge not yet implemented) application-service endpoints to query the application capabilities and the application api version.

csadorf commented 2 years ago

@singhpranjali Please feel free to push directly to this branch.

singhpranjali commented 2 years ago

@csadorf @pablo-de-andres I have added all the operationIds. You can find some TODO comments in object_storage for the implementations that I am not confident of.