-
Notifications
You must be signed in to change notification settings - Fork 346
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Finalize initial JS runtime API #44
Labels
Comments
|
|
Closed
@marbemac Should I change the global ctx to data? |
Closed
Yeah I don't think we need global ctx, data covers it. Needs a lock on it as well. |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Lockdown initial runtime API
$$.env
$$.ctx Add global context ( $$.ctx ) between collection runs #49
$$.request (same stuff has http input below)
$$.response
$.ctx
input.query (http)
input.cookies (http) Cookie Runtime Helpers #21
input.host (http)
input.path (http)
input.scheme (http)
SL.sleep()
SL.spec.findOperation() - https://scenarios.stoplight.io/stoplight/specs/hubs/edit#/definitions/HTTP_Operation
SL.schema.validate() validates a schema
SL.schema.generateExample() generates a json example
JS runtime libraries
The text was updated successfully, but these errors were encountered: