drafter
drafter copied to clipboard
API Blueprint Parser (C++)
I would like to build the Java version of drafter.
In our project we have very big api documentation. A lot of actions have identical responses like: ```apib + Response 401 (appliction/json) + Attributes + status: Unauthorized (required, fixed) ```...
```shell $ mkdir build $ cd build $ cmake -GNinja .. -- The C compiler identification is AppleClang 11.0.0.11000033 -- The CXX compiler identification is AppleClang 11.0.0.11000033 -- Check for...
The file `MsonMemberToApie.cc` is effectively empty, containing no symbols and which emits compilation warning. Closes #740
```apib ## GET / + Response 200 (application/json) + Attributes (array) - (A) - (B) ## Data Structures ## A (enum) - (B) - (array[B]) ## B (enum) - (A)...
Suppose we have the next apib: ``` # My API # Group Example # GET / + Response 200 (application/json) + Attributes (array, fixed) + Karlin + Include Address #...
See any of the circular reference test in drafter repo for the details.
The docker hub entry for drafter doesn't seem to have the 4.1.0 release. https://hub.docker.com/r/apiaryio/drafter The following instruction for github actions could be useful: https://help.github.com/en/actions/language-and-framework-guides/publishing-docker-images
The following API Blueprint emits the warning: > invalid value for 'boolean' type. allowed values are 'true' or 'false' For the default value, where the default is `false`, same warning...
A description of an array object member is not parsed ADD - 0056-array-of-object-with-description.apib (based on https://raw.githubusercontent.com/apiaryio/mson-zoo/master/samples/0056-array-of-object-with-description.md): ``` FORMAT: 1A # XYZ # Data Structures ## My Array (array) - (object)...