-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels