Skip to content

Commit

Permalink
description: Maintains a list of health records.
Browse files Browse the repository at this point in the history
   This example API uses the custom extension `x-access-level` to specify the level of access for each endpoint.
    The `x-access-level` is used to determine the visibility and accessibility of an endpoint according to the following rules
    Private - The endpoint is only accessible within the DP  component it is defined in. It is not exposed outside of its immediate module, mimicking the behavior of a private function in OO programming.
    Protected - The endpoint is accessible by the component it belongs to and by DygitalPy Core components. This allows for controlled access, similar to protected methods in programming, where related components have access.
    Package -  The endpoint is accessible by any component within the same DP application. This level allows for broader access.
    Public - The endpoint is accessible through a public interface, making it available to any consumer of the API.

also added metadata to build the manifest
operationId tag that is the name to be use as a function
  • Loading branch information
Giu Platania authored and Giu Platania committed Feb 2, 2024
1 parent ceaf4fb commit 8877380
Showing 1 changed file with 415 additions and 0 deletions.
Loading

0 comments on commit 8877380

Please sign in to comment.