UNPKG

api-spec-converter

Version:

Convert API descriptions between popular formats such as OpenAPI(fka Swagger), RAML, API Blueprint, WADL, etc.

14 lines (12 loc) 287 B
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>API Spec Converter</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="icon" type="image/x-icon" href="favicon.png"> </head> <body> <app-root></app-root> </body> </html>