Apiman Installation Guide
This guide provides detailed information about how to install and configure Apiman.
Switching formats
Understanding syntax
In many places in the documentation you will see format agnostic syntax which can be translated trivially into your chosen format.
For example:
Name | Type | Description |
---|---|---|
project.name |
String |
The project name |
project.type |
Enum |
Must be one of: JAVA, GO |
project.tags |
String[] |
Array of tags describing project |
project.version.major |
Integer |
Project major release version |
project.version.minor |
Integer |
Project minor release version |
project.version.micro |
Integer |
Project micro release version |
project.favourite |
Boolean |
Favourite project? |