Skip to content

feat(sandboxes-service-api-client): add type filter and type field to AppsApiClient#490

Open
odinuv wants to merge 3 commits intomainfrom
odin/AJDA-1942
Open

feat(sandboxes-service-api-client): add type filter and type field to AppsApiClient#490
odinuv wants to merge 3 commits intomainfrom
odin/AJDA-1942

Conversation

@odinuv
Copy link
Copy Markdown
Member

@odinuv odinuv commented Apr 24, 2026

https://linear.app/keboola/issue/AJDA-1942

Description

Adds a $types array parameter to AppsApiClient::listApps() that sends type[]=value query params to the /apps endpoint, enabling server-side filtering by app type (e.g. python, r, streamlit). Also maps the nullable type field from the ExistingApp API response into the App model.

Release Notes

Change Type
New feature — adds type filtering support and exposes the type field on the App model.

Justification
The CLI needs to list only Python/R sandbox apps when replacing the legacy sandboxes-api with the new apps API. Without this filter, callers would receive all app types and have to filter client-side.

Plans for Customer Communication
No customer communication needed — this is an internal API client library used by other Keboola services.

Impact Analysis
Low risk. Additive change only: new optional parameter defaults to [] (no filtering), and the new type field on App is nullable. No breaking changes.

Deployment Plan
Standard CI/CD continuous deployment across all stacks.

Rollback Plan
Standard git revert if issues detected post-deployment.

Post-Release Support Plan
No follow-up actions needed.

@linear
Copy link
Copy Markdown

linear Bot commented Apr 24, 2026

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 this pull request may close these issues.

1 participant