README.md in goacoustic-0.1.2 vs README.md in goacoustic-0.1.3
- old
+ new
@@ -24,11 +24,11 @@
#pass in user variables, database contact list, and contact list id
a = @client.add_recipient({email:"test@example.com"}, 123, [456])
a.Envelope.Body.RESULT.SUCCESS # => "TRUE"
#get_recipient
- #pass in database id and recipient id
- r = @client.get_recipient(123, 456, [optional, fields])
+ #pass in database id and recipient id or email
+ r = @client.get_recipient({email:"joe@schmoe.com"}, database_id, recipient_id, optional_fields)
r.Email # => "joe@schmoe.com"
## Contributing
In the spirit of [free software][free-sw], **everyone** is encouraged to help improve
this project.