Skip to content

Files

Latest commit

1f5839a · Nov 23, 2022

History

History
60 lines (37 loc) · 2.21 KB

README.md

File metadata and controls

60 lines (37 loc) · 2.21 KB


Anypoint API Catalog CLI Tutorials

Learn how to automatically discover and catalog APIs through this two part series on Anypoint Catalog CLI.

Tutorial

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

Overview

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

Installation Instructions

Install instructions

  1. Set up your environment.

  1. Download Visual Studio Code

  2. Install NodeJS and npm

  3. Download 'Follow Tutorial' as a zip file.

  4. Place the content in an accesible location on your machine

Contributing

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.

Code formatting

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.