Skip to content
This repository has been archived by the owner on May 19, 2023. It is now read-only.

Allow to perform bulk CRUD operations from the client #13

Open
javiesses opened this issue Nov 18, 2020 · 0 comments
Open

Allow to perform bulk CRUD operations from the client #13

javiesses opened this issue Nov 18, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@javiesses
Copy link
Contributor

Should implement this interface

get (GetContentPayload): Promise<string[]>
create (CreateContentPayload): Promise<CreateContentResponse>
delete (DeleteTokenPayload): Promise<boolean[]>
swap (SwapContentPayload): Promise<SwapContentResponse[]>
@javiesses javiesses mentioned this issue Nov 18, 2020
12 tasks
@ilanolkies ilanolkies added the enhancement New feature or request label Nov 21, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants