Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A new stored procedure (aka API module) will be added to your repository and this can be opened with any code editor (we recommend using the SRP Editor because of its native support for enhanced BASIC+ syntax, such as the API keyword). API modules are named after the resource using this pattern: <ResourceName>_API. Thus, since our resource is named "customers", we will look for a stored procedure named CUSTOMERS_API. It should look like this:

...