Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Node RED SDK v0.1.1 #13

Merged
merged 4 commits into from
Nov 4, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update README remove limitation for basic only access method
  • Loading branch information
eryanph committed Sep 25, 2024
commit 3379228d0bf49770d0a898a7100dcdedf58b6eb8
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ Check the node help and the official [Domino REST API Documentation](https://ope
## Known limitations

- To take advantage of the selection list, you need to add the Credential and COnnection Configuration Nodes and close the DOmino Node. On Open the configuration queries teh server and offers APis, scope and OperationIds found on your selected server.
- th http response node can't send chunked responses, so in a http flow you need to select `single result (no splitting)`
- authentication using username/password olny (for now)
- th http response node can't send chunked responses, so in a http flow you need to select `single result (no splitting)`.

## Documentation

Expand Down