Skip to content
Compare
Choose a tag to compare
@kanadgupta kanadgupta released this 21 Dec 21:39
· 418 commits to main since this release
edc68c3

This release adds an openapi:convert command, documentation on our new 1Password shell plugin, and more. See below for the highlights:

  • #715 adds the ability to pass in a GitHub blob link to an API definition into the openapi family of commands, and it will automatically be converted to a raw URL prior to fetching the file. See below for an example:
rdme openapi https://github.com/readmeio/oas-examples/blob/main/3.0/json/petstore.json
  • #717 adds a new command called openapi:convert for converting Swagger 2.0 definitions and Postman Collections into OpenAPI.
  • #718 adds a new flag to the openapi and openapi:reduce commands called title, which overrides the info.title field in your OpenAPI definition (which is used for setting the category title in ReadMe).
  • #720 adds documentation for our new 1Password shell plugin, which allows you to store your ReadMe API key in 1Password and securely pass it in your rdme commands using biometrics (supported in [email protected] and above). See below for a demo of this behavior:
readme-1p.mp4

What's Changed

Full Changelog: v8.3.1...8.4.0