Skip to content

Instantly share code, notes, and snippets.

@koral--
Created October 16, 2018 12:26
Show Gist options
  • Save koral--/06aa3c9fddf2a6516726156051561220 to your computer and use it in GitHub Desktop.
Save koral--/06aa3c9fddf2a6516726156051561220 to your computer and use it in GitHub Desktop.
Chuck Norris jokes step inputs
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