Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Backend

Grouping together files & features of the "Backend" section of a seagull app. Is responsible for APIs and Data.

Hierarchy

Index

Constructors

Properties

Accessors

Constructors

constructor

  • new Backend(rootPath: string): Backend
  • Create a new backend folder.

    Parameters

    • rootPath: string

      path to the backend folder

    Returns Backend

Properties

apis

apis: Apis

list of all Apis

models

models: Models

list of all Models

rootPath

rootPath: string

the folder where the files are located

shrimps

shrimps: Shrimps

list of all Shrimps

Accessors

serverlessTemplate

  • get serverlessTemplate(): object
  • Accessor for the combined serverless template data of all backend features. Can be merged with other templates.

    Returns object

Generated using TypeDoc