Issues
- 0
Remove get,post,put,patch,delete from Scriptax grammar and add it into the commandtax::std library
#35 opened by ShawnClake - 1
- 0
- 0
- 0
Add methods for drivers to set overrides for the currently loaded configuration
#46 opened by ShawnClake - 0
- 0
Migrate configuration to use pymlconf
#44 opened by ShawnClake - 0
Add a list builder class to act as the backing for more complex builders like catalogs. Rename the exisitng builder class to dict builder
#43 opened by ShawnClake - 0
Add a method for serializing a drivers config
#42 opened by ShawnClake - 0
- 0
- 0
Models should inherit from a base model class and this should contain a serialize method which looks for a list of properties on the model to serialize
#39 opened by ShawnClake - 0
Apitax grammar needs a `wait` keyword to wait until a response becomes successful
#18 opened by ShawnClake - 2
- 0
Add to Apitax API
#7 opened by ShawnClake - 1
async doesnt work for scripts
#15 opened by ShawnClake - 1
Change the script command to execute a .ah file and return the value returned into a variable
#26 opened by ShawnClake - 1
Add in script methods
#29 opened by ShawnClake - 0
The second parameter to ct() should be sent to the command handler in the driver
#34 opened by ShawnClake - 0
Add the '@' character as a reflection operator
#32 opened by ShawnClake - 0
- 0
- 1
polymorphic method calls are broken
#38 opened by ShawnClake - 1
- 1
- 1
Add in script instances
#33 opened by ShawnClake - 1
Remove the import and export statements and instead using import to bring in other scripts
#27 opened by ShawnClake - 0
Remove the 'name' keyword
#24 opened by ShawnClake - 1
Scriptax files (.ah) should be considered as a scoped object analogous to 'class' in other languages
#23 opened by ShawnClake - 1
- 0
Pull apart Commandtax, Scriptax and the glue between them into different repositories
#36 opened by ShawnClake - 0
Add keywords for atrributes
#28 opened by ShawnClake - 0
- 1
+= is adding strings in the incorrect order
#20 opened by ShawnClake - 0
Create log slates which are create on request and are passed along with the request and added to as a sort of buffered log
#14 opened by ShawnClake - 0
- 0
Adjust AhVisitor, Connector, and Commandtax to treat Api based commands and custom commands as equally first class citizens
#9 opened by ShawnClake - 0
Adjust config
#6 opened by ShawnClake - 0
Bug with non-json APIs
#1 opened by ShawnClake - 0
Another issue points to the fact that auth will now be specified in addAuthHeader or addAuthBody. It's up to the driver to add & generates the auths to put here
#8 opened by ShawnClake - 0
- 0
Driver commands should be merged into regular drivers. There is no reason for these to be separate.
#3 opened by ShawnClake - 0
Add following classes
#12 opened by ShawnClake - 0
[Drivers] Other methods should become
#5 opened by ShawnClake - 0
- 0
[Drivers] Boolean methods need to be changed to: 'isTokenable', 'getAuthType', 'isAuthInBody', 'isApiAuthenticated', 'isAuthenticationSeparate', 'isApitaxAuthPiggyBack', 'isScriptable', 'isCommandable', 'isConfigurable'
#4 opened by ShawnClake