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

feat: addAllRecords #102

Closed
koba04 opened this issue Mar 12, 2020 · 0 comments · Fixed by #70
Closed

feat: addAllRecords #102

koba04 opened this issue Mar 12, 2020 · 0 comments · Fixed by #70

Comments

@koba04
Copy link
Contributor

koba04 commented Mar 12, 2020

Motivation

The current limitation of addRecords (limited until 100 records) is inconvenient so we'd like to add a method to be able to exceed the limitation.

Overview

This method is to be able to add over 100 records to an app.
Here is the interface we plan.

const results = await this.client.record.addAllRecords({
  app: APP_ID,
  records
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant