Quick Start
This section explains how to create a new BaaS service.
To start working with the BaaS Extension and create BaaS services, you need to:
- Log in to API BaaS by:
- Press F1 and select command _BaaS: Login with API_, or
- Click the window status bar item _BaaS Login_.
- The first time, you are prompted to enter a Portal URL for the tenant you want to access.
- Navigate to the BaaS extension menu.
- Press the + Icon to start creating a new service. Fill in the options for the service in a series of questions.
- Find your new service in BAAS EXPLORER under All Services. Right click the Service name and choose _BaaS: Generate Code from the Service OpenAPI_.
- Press F1 and select command _BaaS: Update Framework_. This installs all the necessary dependencies.
- Fill in the implementation code in the generated service outline.
- Right click your service name in BAAS EXPLORER and choose _BaaS: Build and Deploy_.
- Test your service.