Description
===========
This RAML project describes the /patents endpoint according to the draft Standard. Some design rules have been implemented (references in the RAML project's source code) such as pagination, name conventions, etc. Three question parameters (appIPOfficeCode, appNumber, appFillingDate) have been used as an example to show the relation to ST.96.

Generate RAML
=============
raml2html skeleton_rest_service.raml > index.html

Generate API console from your RAML file
========================================
$ api-console build skeleton_rest_service.raml 

more info:
https://github.com/mulesoft/api-console
