terminusdb-client-js
terminusdb-client-js copied to clipboard
Remotes should be supported by Javascript client
Is your feature request related to a problem? Please describe.
Remotes (/api/remote
) are unsupported by Javascript client, except for by using sendCustomRequest
, as they are part of the Swagger API. They are used for clone operations, and it would make sense to be able to update them via the Javascript SDK.
Describe the solution you'd like Support the following operations on remotes:
- getRemote
- createRemote
- deleteRemote
- updateRemote
Describe alternatives you've considered
Use sendCustomRequest
Additional context N/A