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

Extend API get bucket #129

Closed
astsiapanay opened this issue Jan 11, 2024 · 1 comment
Closed

Extend API get bucket #129

astsiapanay opened this issue Jan 11, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@astsiapanay
Copy link
Collaborator

astsiapanay commented Jan 11, 2024

Extend the GET /v1/bucket response with an additional field - appdata field.
If the GET /v1/bucket request is done with a Per-request key the response will contain appdata field with the path to the shared application folder, including the User's bucket and the correct deployment-id for the application as registered in the Core configs.

GET /v1/bucket
{
  "bucket": "{application-bucket-id}",
  "appdata": "files/{user-bucket-id}/appdata/{deployment-id}",
}
@astsiapanay astsiapanay added the enhancement New feature or request label Jan 11, 2024
@astsiapanay astsiapanay self-assigned this Jan 11, 2024
@astsiapanay
Copy link
Collaborator Author

resolved by #131

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant