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

Export/Download methods to return extra data #220

Closed
countnazgul opened this issue Sep 4, 2023 · 1 comment
Closed

Export/Download methods to return extra data #220

countnazgul opened this issue Sep 4, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@countnazgul
Copy link
Member

At the moment export/download methods are returning the raw data. This should be changed so the raw data to be returned under the file property and other extra information to be returned under additional properties.

For example app.export to return:

{
  "file": "Binary-data-here",
  "name": "qlik-app-name.qvf",
  "id": "123-123-123-123"
}
@countnazgul
Copy link
Member Author

closed with 749f953

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