ShawnClake/Apitax
Apitax combines the power of Scriptax and Commandtax into a quick and easy to use Python package to facillitate powerful Restful API Request Scripting
PythonGPL-3.0
Issues
- 0
- 0
Add null and none types to the grammar
#71 opened by ShawnClake - 0
- 0
Log file isn't saving in Docker
#69 opened by ShawnClake - 0
- 0
Running script() as async does not carry the log-prefix to the new script execution
#66 opened by ShawnClake - 0
- 0
Add an Apitax Driver which exposes commandtax plugin alias commands for getting the catalog etc.
#42 opened by ShawnClake - 0
- 0
- 0
Organize Test Scripts
#31 opened by ShawnClake - 0
Add a time method to grammar
#23 opened by ShawnClake - 0
Add search, pagination, etc to Vue Table
#27 opened by ShawnClake - 1
- 1
Add Driver Configurations
#36 opened by ShawnClake - 0
Authentication may require additional driver specific fields. ie. OpenStack requires 'project' to be specified in many cases
#68 opened by ShawnClake - 0
Add a drivers property to commands in scripts
#64 opened by ShawnClake - 0
- 0
Add support for hot swapping the loaded driver
#38 opened by ShawnClake - 0
Add support for loading multiple drivers and choosing which driver to use based on a flag sent as part of the commandtax
#39 opened by ShawnClake - 0
Create endpoints returning a catalog of domain plugin commands which are supported
#40 opened by ShawnClake - 0
Add an endpoint('some Endpoint Name'); helper method to the grammar for injecting a URL based on the endpoint catalog for the driver
#58 opened by ShawnClake - 0
Add an login(); method to the grammar which will take the expected authentication parameters as provided by the driver and return an auth object
#59 opened by ShawnClake - 0
- 0
Add a field to commandtax options for specifying an auth object. If none is specified, the default auth object will be used
#61 opened by ShawnClake - 0
- 0
- 0
- 1
Add grammar for optional script parameters - make all script parameters optional?
#50 opened by ShawnClake - 1
- 1
- 0
Add ApitaxTests driver commands
#34 opened by ShawnClake - 1
Add a 'strict' option to commandtax which throws an error if the response is not good
#52 opened by ShawnClake - 1
- 1
- 1
- 1
Change grammar to add number as a parser rule such that we can distinguish between ints and floats
#55 opened by ShawnClake - 1
Fix .gitignore
#30 opened by ShawnClake - 0
Add a buffered log class
#37 opened by ShawnClake - 1
Move execution timing and benchmarking into both the connector and script command
#24 opened by ShawnClake - 1
- 1
- 0
In expressions, allow concatenation of string to numbers. If either expr(0) or expr(1) is a string, then convert the other to a string as well
#47 opened by ShawnClake - 0
- 0
Create advanced edit page
#29 opened by ShawnClake - 0
Add a script code editor to the frontend
#25 opened by ShawnClake - 1
Add keyword 'return' to grammar
#43 opened by ShawnClake - 1
Add stateful scripts
#45 opened by ShawnClake - 1
Add options to the scriptax grammar
#46 opened by ShawnClake - 1