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

Need examples for how the URL encoding is done in batch calls. #7

Open
hworld opened this issue Apr 11, 2015 · 2 comments
Open

Need examples for how the URL encoding is done in batch calls. #7

hworld opened this issue Apr 11, 2015 · 2 comments
Assignees

Comments

@hworld
Copy link
Member

hworld commented Apr 11, 2015

It's mentioned in batch/index, but it doesn't give examples. Since the URL encoding is pretty confusing (and possibly one of the most complicated bits of the whole process), I think it deserves some better step-by-step examples of how the URL transforms.

@pablomayobre
Copy link

Can I add to this, that it would be nice to explain the structure needed to pass data with a POST request?

Somethinglike, "This is how you would structure your URL for a GET request... An this is how it is done with POST, the additional info is passed as the POST data" or something like that, since when I worked on this I didnt know whether I needed to have data=... or just ... (where ... is the actual data).

I dont know, maybe this is my lack of knowledge, so whatever you consider right is fine with me.

Thanks for this project and the GameJolt API which is AMAZING! 😄

@indiegamehunt
Copy link
Contributor

Good idea. We'll add to this.

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

3 participants