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

Content types other than JSON are not passed in request #3

Open
wezm opened this issue Nov 23, 2013 · 3 comments
Open

Content types other than JSON are not passed in request #3

wezm opened this issue Nov 23, 2013 · 3 comments

Comments

@wezm
Copy link

wezm commented Nov 23, 2013

There are several api methods bound with content_type 'multipart/form-data' but this is never set on the headers dict passed to request: https://github.com/appdotnet/ADNpy/blob/master/adnpy/api.py#L137

@voidfiles
Copy link
Member

Is this causing an issue?

On Friday, November 22, 2013, Wesley Moore wrote:

There are several api methods bound with content_type
'multipart/form-data' but this is never set on the headers dict passed to
request: https://github.com/appdotnet/ADNpy/blob/master/adnpy/api.py#L137


Reply to this email directly or view it on GitHubhttps://github.com//issues/3
.

@wezm
Copy link
Author

wezm commented Nov 23, 2013

No I don't think so, I just thought I'd point it out.

@voidfiles
Copy link
Member

Cool, I'm not worried about it right now because those are the only two
content types that are required. I'll probably just hook it up anyways
though.

On Saturday, November 23, 2013, Wesley Moore wrote:

No I don't think so, I just thought I'd point it out.


Reply to this email directly or view it on GitHubhttps://github.com//issues/3#issuecomment-29128213
.

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

No branches or pull requests

2 participants