Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions tools/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# OpenAPI Tools for MongoDB Atlas

Folder contains essential tools and workflows for managing MongoDB Atlas API specifications and their integration with development tools like Postman and Spectral. Below is a summary of the functionalities provided in the subfolders:

## POSTMAN

Includes resources and scripts to generate MongoDB Atlas Postman Collections from OpenAPI specifications.
The automated process ensures that the Postman workspace is always synchronized with the latest API updates.

## SPECTRAL

This segment focuses on using Spectral for OpenAPI specification validation.
Any changes to rules or configuration in `.spectral.yaml` will automatically update OpenAPI validations across the MongoDB OpenAPI repository.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: it doesn't happen automatically so I'd not say this to avoid misleading, there is a readmme about updating spectral reference somewhere if you want to link it

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed.


## CLI

OpenAPI CLI. Internal MongoDB CLI used for OpenAPI transformations.
Loading