terminusdb-client-js icon indicating copy to clipboard operation
terminusdb-client-js copied to clipboard

Remotes should be supported by Javascript client

Open hoijnet opened this issue 2 years ago • 0 comments

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

hoijnet avatar Dec 28 '22 05:12 hoijnet