Created
October 16, 2018 12:26
-
-
Save koral--/06aa3c9fddf2a6516726156051561220 to your computer and use it in GitHub Desktop.
Chuck Norris jokes step inputs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
inputs: | |
- category: | |
opts: | |
title: "Joke category, optional." | |
summary: | | |
Optional category of the joke, see [list of available categories](https://api.chucknorris.io/jokes/categories). | |
If empty joke won't be restricted to any category. | |
is_expand: true | |
is_required: false | |
- api_base_url: "https://api.chucknorris.io" | |
opts: | |
title: "API base URL" | |
summary: | | |
Base URL of the API. Defaults to _https://api.chucknorris.io_. See | |
[chuck-api](https://github.com/chucknorris-io/chuck-api) for more info about running your own backend. | |
is_expand: true | |
is_required: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment