github.com/voedger/voedger@v0.0.0-20240520144910-273e84102129/design/archive/20211001/requests.md (about)

     1  # Request URL
     2  
     3  - `[<cluster>.<region>.]heeus.cloud/api/<region>/<zone>/<user>/<app>/<service>/<wsid>/<module>/<consistency>/<function>`
     4    - `<cluster>.<region>.` is an optional part, if missed request will be routed automatically
     5    - `<consistency>` = ( `l` | `h` )
     6  
     7  
     8  - Built-in `mod` function is applied to module-mail
     9    - `heeus.cloud/api/ru/spb1/maxim/(app)mail/(service)main/(ws)890900/(module)mail/h/mod`
    10      - `mod` is a reserved function name
    11      - one-two-three-four-letters names are reserved
    12        - `sync`, `view`
    13      - Only `main` service may have high-consistency functions
    14  - View partition log using built-in `heeus` module
    15    - `heeus.cloud/api/ru/spb1/maxim/mail/main/890900/heeus/l/log`