Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
/ restlator Public archive

Record your api and translate those recordings into an open-api spec! Use to pay off legacy technical debt on your apis!

Notifications You must be signed in to change notification settings

rezen/restlator

Repository files navigation

Restlation

  • A proxy server to capture & record requests
  • A swagger/open-api spec generator off the recorded requests

Requirements

  • nodejs 6.x.x+

Usage

  • serve ./proxy.json
  • node generator ./gen.json > swagger.yaml

Swagger Links

Other

If you need to setup certs for node, checkout link openssl req -newkey rsa:2048 -nodes -keyout ./certs/key.pem -x509 -days 365 -out ./certs/certificate.pem

About

Record your api and translate those recordings into an open-api spec! Use to pay off legacy technical debt on your apis!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published