gravatarphp / xmlrpc-api

Access your Gravatar account through XML-RPC API
http://gravatarphp.com
MIT License
1 stars 0 forks source link

Usage #1

Open themodernpk opened 6 years ago

themodernpk commented 6 years ago

Guys, Can you write the guidelines to use the package? Thanks

sagikazarmark commented 6 years ago

Hey,

I think for one you could check the docblocks in the client: https://github.com/gravatarphp/xmlrpc-api/blob/master/src/Client.php

And there is of course the api documentation itself https://gravatar.com/site/implement/xmlrpc/

If you need help configuring the underlying XML-RPC client implementation itself, check here: https://github.com/lstrojny/fxmlrpc

Those are all the resources currently available, I will try to put together a getting started script, but can't promise the when.