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

Add DeleteService #66

Closed
4 tasks
bednar opened this issue Oct 24, 2019 · 0 comments · Fixed by #67
Closed
4 tasks

Add DeleteService #66

bednar opened this issue Oct 24, 2019 · 0 comments · Fixed by #67
Labels
api Changed or update API enhancement New feature or request
Milestone

Comments

@bednar
Copy link
Contributor

bednar commented Oct 24, 2019

Add a DeleteApi that will be able to delete data by /delete endpoint.

  • check documentation
  • create DeleteApi - follow BucketsApi structure
  • add JavaDocs (copy from swagger)
  • add Tests
DeleteApi:

delete(@Nonnull final OffsetDateTime start, @Nonnull final OffsetDateTime stop, @Nonnull final String predicate, @Nonnull final String bucket, @Nonnull final String org)

delete(@Nonnull final DeletePredicateRequest predicate, @Nonnull final String bucket, @Nonnull final String org)

see also influxdata/influxdb#15255

@bednar bednar added enhancement New feature or request api Changed or update API labels Oct 24, 2019
@bednar bednar added this to the 1.2.0 milestone Oct 24, 2019
rolincova added a commit that referenced this issue Oct 31, 2019
rolincova added a commit that referenced this issue Oct 31, 2019
rolincova added a commit that referenced this issue Oct 31, 2019
rolincova added a commit that referenced this issue Oct 31, 2019
@rolincova rolincova mentioned this issue Oct 31, 2019
4 tasks
rolincova added a commit that referenced this issue Oct 31, 2019
rolincova added a commit that referenced this issue Oct 31, 2019
rolincova added a commit that referenced this issue Oct 31, 2019
rolincova added a commit that referenced this issue Oct 31, 2019
@bednar bednar closed this as completed in #67 Nov 1, 2019
rolincova added a commit that referenced this issue Nov 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Changed or update API enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant