Skip to content

Initial Release

Compare
Choose a tag to compare
@nathandf nathandf released this 08 Oct 18:34
· 67 commits to main since this release
0764f61

This release allows users to consume the TapisV3 APIs from the command line. There are 2 methods by which this can be done.

The first is the TapipyController which maps command line arguments to TapisV3 Resources and their Operations defined in the TapisV3 OpenAPI spec Live Docs

The second is a set of user-defined controllers. These work in the same way as the TapipyController, but simply or shorten the syntax needed to perform the equivalent operations via the TapipyController. Additionally, user-defined controllers have complete control over how to handle querying of the APIs and how to render the results.