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

Add support for Trip Parser API #28

Closed
anthonyroux opened this issue Jul 23, 2019 · 1 comment · Fixed by #104
Closed

Add support for Trip Parser API #28

anthonyroux opened this issue Jul 23, 2019 · 1 comment · Fixed by #104
Assignees
Labels
enhancement New feature or request Hacktoberfest

Comments

@anthonyroux
Copy link
Contributor

anthonyroux commented Jul 23, 2019

Support for Trip Parser v3.

@siddydutta
Copy link
Contributor

Hi @tsolakoua!
A solution could be to send a File instance to a TripParser client's post() method which in turn Base64 encodes the file contents and sends it to the API. (Similar to the Python SDK) I've tested this approach and it seems to be working.
If this is acceptable, I can create a PR for Trip Parser support.

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

Successfully merging a pull request may close this issue.

3 participants