-
Notifications
You must be signed in to change notification settings - Fork 10
Allow JSON input in CLI #152
Copy link
Copy link
Open
Labels
0 - ADVANCEDExtensive research + significant amount of time/effort requiredExtensive research + significant amount of time/effort requiredcliRelating to the CLI onlyRelating to the CLI onlymid prioMid priority, doesn't need to be done immediately but should be picked up soon.Mid priority, doesn't need to be done immediately but should be picked up soon.
Metadata
Metadata
Assignees
Labels
0 - ADVANCEDExtensive research + significant amount of time/effort requiredExtensive research + significant amount of time/effort requiredcliRelating to the CLI onlyRelating to the CLI onlymid prioMid priority, doesn't need to be done immediately but should be picked up soon.Mid priority, doesn't need to be done immediately but should be picked up soon.
this would make testing with pre-written payloads that need to go through the oauth flow much faster. Payloads should be the same as the models that API accepts.
Potential usage/examples:
I'm slightly partial to option 1 since I'm used to
xhbehaving that way, but either would be useful. Both could be implemented as well.