Settings

The settings of RESTable are set in the file `settings.yaml’.

The schema of this file is the following:

Field

Type

Description

Example

Required

port

Integer

Port where the

interface is waiting for request.

9999

True

debug

Boolean

Activates the debug.

True

False

project

String

Project name

GUARD

True

title

String

Title of the service.

RESTable Test

True

description

String

Description of the service

True

commands

Dictionary 1

Available commands

False

configurations

Dictionary 2

Available configurations

False

parameters

Dictionary 3

Available parameters

False

1

Key: command ID (String), value: Commands Settings Model.

2

Key: configuration ID (String), value: Configurations Settings Model.

3

Key: parameter ID (String), value: Parameters Settings Model.