I would like to use the Test::Mojo module for external APIs (sites) testing.

Something like this:

my $t = Test::Mojo->new( path => 'http://example.com/api/v3' );
$t->post_ok('/search.json' => form => {q => 'Perl'}) ... .

this should send the data to http://example.com/api/v3/search.json


On Thu, Jan 2, 2014 at 7:59 AM, sri <[email protected]> wrote:

> Happy new year everyone!
>
> 2013 has been a great year for Mojolicious and we've made a lot of
> progress, lets start 2014 by trying something new.
> In this thread you can post changes or features you would like to see in
> Mojolicious, no rules, just blurt away. :)
>
> P.S.: Our official roadmap can be found on GitHub.
> https://github.com/kraih/mojo/issues?labels=future&state=open
>
> --
> sebastian
>
> --
> You received this message because you are subscribed to the Google Groups
> "Mojolicious" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/mojolicious.
> For more options, visit https://groups.google.com/groups/opt_out.
>



-- 
Viktor Turskyi
http://webbylab.com
http://koorchik.blogspot.com

-- 
You received this message because you are subscribed to the Google Groups 
"Mojolicious" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/mojolicious.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to