omit

command
v2.0.0-rc.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 6, 2023 License: MIT Imports: 9 Imported by: 0

Documentation

Overview

This example shows how to handle omittable/nullable fields and an optional body in JSON input. Try the following requests:

# Omit the body
restish post :8888/omittable

# Send a null body
echo '{}' | restish post :8888/omittable

# Send a body with a null name
restish post :8888/omittable name: null

# Send a body with a name
restish post :8888/omittable name: Kari

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL