Skip to content

Tool for generating simple OpenAPI specs from URL paths captured from HTTP traffic

License

Notifications You must be signed in to change notification settings

rjames187/proxy-scribe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

proxy-scribe

Tool for generating simple OpenAPI specs from URL paths in captured HTTP traffic

How to use

  1. Configure your client application or automated tests to send requests to localhost:4000
  2. Start the proxy-scribe repl with the proxy-scribe command
  3. Begin recording requests and responses with the record command
  4. End the recording and output the spec with the finish command

Limitations

  • Currently supports only a small portion of the OpenAPI specification (essentials of that paths object)
  • Only supports query and body parameters

About

Tool for generating simple OpenAPI specs from URL paths captured from HTTP traffic

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages