mirror of
https://github.com/balzack/databag.git
synced 2025-03-13 09:00:06 +00:00
more doc cleanup
This commit is contained in:
parent
e3ddbd8d36
commit
a1c31850c3
@ -69,13 +69,13 @@ Browser apps typically use the online store where minimal session data is saved.
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>Admin communcation is provided through the Node interface</summary><br>
|
||||
<summary>Admin communcation is provided through the Service interface</summary><br>
|
||||
|
||||
<ul>
|
||||
|
||||
Configure allocates the Node interface for the server
|
||||
Configure allocates the Service interface for the server
|
||||
|
||||
```DatabacgClientSDK::configure(node: string, secure: boolean, token: string, mfaCode: string | null): Promise<Node>```
|
||||
```DatabacgClientSDK::configure(node: string, secure: boolean, token: string, mfaCode: string | null): Promise<Service>```
|
||||
|
||||
</ul>
|
||||
<br>
|
||||
|
Loading…
Reference in New Issue
Block a user