如何使用amphp / artax来使用web服务?

i'm new to amphp/artax

I need to consume several web services in paralell, and join the answers togheter.

I achieved request several pages with :

                .... 
                $response = yield $client->request($uri);
                ....

how to get an example of a call to a web service ?

Best Regards