You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 8, 2019. It is now read-only.
On script execution, for CLI to get each attachment files, it must get all attachments from script calling index, then for each attachment it should download the file from download_url contained in response
Current Behavior
CLI calls once for each attachment to get its file.
Possible Solution
Change CLI code
Steps to Reproduce (for bugs)
1.
2.
3.
4.
Context and environment
The text was updated successfully, but these errors were encountered:
Expected Behavior
On script execution, for CLI to get each attachment files, it must get all attachments from script calling index, then for each attachment it should download the file from download_url contained in response
Current Behavior
CLI calls once for each attachment to get its file.
Possible Solution
Change CLI code
Steps to Reproduce (for bugs)
Context and environment
The text was updated successfully, but these errors were encountered: