obj
IRemoteService
Indicate that this type is a remote service, served at the given base URL path.
The type must be a record whose fields are functions of the form Request -> Async<Response>
.
Instance member | Description |
Full Usage:
this.BasePath
Returns: string
Modifiers: abstract |
|