You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Someone needs to create bindings - that is, Python code that simplifies access to, the NASA APIs.
This is a fairly large task, because there are a lot of NASA APIs, and this issue essentially encapsulates the creation of bindings for all of them.
I'd recommend that someone first start by creating some Python that other bindings can inherit from. There will be a lot of duplicate code otherwise, and we want to encourage code re-use.
Then, each NASA API should have it's own python module, and class. That way, the CLI packages can easily access these bindings, and anyone that wants to use pybluedot as a library can do so as well.
The text was updated successfully, but these errors were encountered:
Someone needs to create bindings - that is, Python code that simplifies access to, the NASA APIs.
This is a fairly large task, because there are a lot of NASA APIs, and this issue essentially encapsulates the creation of bindings for all of them.
I'd recommend that someone first start by creating some Python that other bindings can inherit from. There will be a lot of duplicate code otherwise, and we want to encourage code re-use.
Then, each NASA API should have it's own python module, and class. That way, the CLI packages can easily access these bindings, and anyone that wants to use pybluedot as a library can do so as well.
The text was updated successfully, but these errors were encountered: