-
Notifications
You must be signed in to change notification settings - Fork 8
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
Add support to multipart form data #45
Conversation
let request_arguments = { | ||
"file_name": file_name, | ||
"file": file, | ||
"template_name": template_name, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
blueprint_name, template_name is deprecated.
lib/anydocs/processAnyDocumentUrl.js
Outdated
max_pages_to_process = 20, | ||
{...kwargs} = {} | ||
) { | ||
|
||
let endpoint_name = "/any-documents/"; | ||
let request_arguments = { | ||
"file_url": file_url, | ||
"template_name": template_name, | ||
"template_name": blueprint_name, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"blueprint_name": blueprint_name
lib/anydocs/processAnyDocument.js
Outdated
file_name, | ||
base64_encoded_string, | ||
template_name, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
???
No description provided.