We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
client.addKvRecords
If we return the added records with ids, then the consuming project can combine the added records to the existing list without needing to refetch.
Without ids, it's not possible to use the other functions of the client on those records because they require the id.
The text was updated successfully, but these errors were encountered:
Good idea. Please create a corresponding ticket in the firmware repo and link it to this one.
Sorry, something went wrong.
No branches or pull requests
If we return the added records with ids, then the consuming project can combine the added records to the existing list without needing to refetch.
Without ids, it's not possible to use the other functions of the client on those records because they require the id.
The text was updated successfully, but these errors were encountered: