Learn how to automatically discover and catalog APIs through this two part series on Anypoint Catalog CLI.
For a step by step tutorial navigate to the MuleSoft developer website
Part 1: How to catalog APIs with Anypoint API Catalog CLI
Part 2: How to implement Anypoint API Catalog CLI in GitHub Actions
The 'Follow Tutorial' folder is an example repository of APIs to use with the step-by-step tutorial.
Includes:
- Shipping API with example documentation
- Payments API
- GitHub workflow file, 'publish-asset.yml' for CI/CD purposes
Install instructions
- Set up your environment.
-
Download Visual Studio Code
-
Install NodeJS and npm
-
Download 'Follow Tutorial' as a zip file.
-
Place the content in an accesible location on your machine
Contributions are what make the MuleSoft community such an amazing place. Any contributions you make are greatly appreciated.
See contributing.md for the MuleSoft Developer principles.
Prettier is a code formatter used to ensure consistent formatting across your code base. To use Prettier with Visual Studio Code, install this extension from the Visual Studio Code Marketplace. The .prettierignore and .prettierrc files are provided as part of this repository to control the behavior of the Prettier formatter.