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

Добавить в BatchInterface метод updateEntityItems #268

Closed
mesilov opened this issue Feb 6, 2022 · 0 comments
Closed

Добавить в BatchInterface метод updateEntityItems #268

mesilov opened this issue Feb 6, 2022 · 0 comments
Labels
2.x issue related with 2.x sdk version batch queries issue related with batch queries subsystem 💠 core improve DX developer experience ⚡️ performance ⏳ WIP work in progress
Milestone

Comments

@mesilov
Copy link
Owner

mesilov commented Feb 6, 2022

Добавить в BatchInterface метод updateEntityItems по аналогии с

    /**
     * Add entity items with batch call
     *
     * @param string            $apiMethod
     * @param array<int, array> $entityItems
     *
     * @return Generator<int, ResponseData>|ResponseData[]
     * @throws BaseException
     */
    public function addEntityItems(string $apiMethod, array $entityItems): Generator;

    /**
     * Delete entity items with batch call
     *
     * @param string          $apiMethod
     * @param array<int, int> $entityItemId
     *
     * @return Generator<int, ResponseData>|ResponseData[]
     * @throws BaseException
     */
    public function deleteEntityItems(string $apiMethod, array $entityItemId): Generator;
@mesilov mesilov added 2.x issue related with 2.x sdk version batch queries issue related with batch queries subsystem improve DX developer experience ⏳ WIP work in progress ⚡️ performance labels Feb 6, 2022
@mesilov mesilov added this to the 2.x-core milestone Feb 6, 2022
@mesilov mesilov linked a pull request May 1, 2022 that will close this issue
@mesilov mesilov closed this as completed Jun 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.x issue related with 2.x sdk version batch queries issue related with batch queries subsystem 💠 core improve DX developer experience ⚡️ performance ⏳ WIP work in progress
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant