Open paulo-akamai opened 9 years ago
The following example from the RAML spec should display the version number, but currently raml-fleece doesn't:
raml-fleece
title: Salesforce Chatter REST API version: v28.0 baseUri: https://na1.salesforce.com/services/data/{version}/chatter
Instead, it currently just renders it as:
version [string] [required]
The following example from the RAML spec should display the version number, but currently
raml-fleece
doesn't:Instead, it currently just renders it as: