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:

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