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 doc for POST with data #69

Open
marmotz opened this issue Jul 17, 2014 · 5 comments
Open

Add doc for POST with data #69

marmotz opened this issue Jul 17, 2014 · 5 comments

Comments

@marmotz
Copy link
Contributor

marmotz commented Jul 17, 2014

Could you add doc for using POST with any data ?

@geraldcroes
Copy link
Member

Hi,

could you be more specific ? Sounds like out of the blue for me (I confess I don't know every parts of the project well).

If you're willing to give me an example, I'll do my best to document it.

@marmotz
Copy link
Contributor Author

marmotz commented Jul 17, 2014

Well, I've got answer in IRC channel, but for other, it should be usefull to documente how to test a post with post data.

$this->POST('/url', array('field1' => 'data1', 'field2' => 'data2'));

And how to upload a file, too :)

@jubianchi
Copy link
Member

@marmotz Why not sendng a PR with what you got from IRC ? :)

@marmotz
Copy link
Contributor Author

marmotz commented Jul 17, 2014

  1. because it's longer than to create a ticket and answer questions about this ticket
  2. because I don't know how to upload a file and if there are some tricky things, optional parameters or other stuff

@jubianchi
Copy link
Member

@marmotz

because it's longer than to create a ticket and answer questions about this ticket

I don't think so...

because I don't know how to upload a file

So I might say that your issue is not clear about what you think is missing from the doc... BTW, any contrib, be it complete or not, is welcome :)

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