Saturday, 15 February 2014

Java or JavaScript library to generate HTML from Swagger, RAML or API Blueprint -



Java or JavaScript library to generate HTML from Swagger, RAML or API Blueprint -

problem:

i searching library in java or javascript (or maybe scala) able generate html representation of swagger, raml or api design input.

background:

the thought utilize part of (play framework) web app serving api catalog. api specifications added users of api catalog , resulting html representations generated/displayed.

it give value if api specification stub possible create using java api. api catalog web app has info model utilize when generating api stubs.

furthermore, give value if same (or related another) library provided nice html editor of api specification language (swagger, raml, api design etc) supporting user while editing.

swagger offers set of tools it.

swagger-core enable produce swagger documentation play code. done @ runtime , alter application changes.

swagger-ui read such docs , display them in html format. allows execute operations , has integration security mechanisms if needed. ui can customized have look-and-feel of application (like many have done far).

swagger-editor allows direct editing of swagger documentation interactive side-by-side view of docs in html format.

swagger-codegen can take such documentation , generate both client , server code. can customize templates suit needs.

java html swagger apiblueprint raml

No comments:

Post a Comment