Allow GET requests #13
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
Consider adding GET requests to the spec, where a user would be prompted (in case they don't want to/can't use internet) to allow
tmpl
to use a pre-defined request (using any relevant values) to fill out a template.To expand the project FAQ
In the above, due to how randomuser returns results, the object could be used in a template via
{{(index author.results 0).login.username}}
The template would need to tell users to set
$SEED
if they want consistent results (in this example scenario)As part of the above example (and for wider adaptability), introduce helpers
json
,yaml
, andtoml
to decode text.The above would then become
{{(index (json author).results 0).login.username}}
New idea, detailed below.
url
types would be called afterprompt
types, allowing creators to use prompt answers in the URLs.