You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.
Add optional NamedApiRoot with support for several endpoints
Note these will be exclusive - either you will use single root with no prefix, or named prefixes, which means there always have to be at least the prefix in the url.
For NamedApiRoot, one api should be still marked as root path handler, that is / will be translated to its prefix.
The text was updated successfully, but these errors were encountered:
ApiUrl
abstract base class for DIApiMapper
SingleApiRoot
NamedApiRoot
with support for several endpointsNote these will be exclusive - either you will use single root with no prefix, or named prefixes, which means there always have to be at least the prefix in the url.
For
NamedApiRoot
, one api should be still marked as root path handler, that is/
will be translated to its prefix.The text was updated successfully, but these errors were encountered: