Skip to content

Releases: youcune/yo_client

v0.1.0

15 Aug 00:21
Compare
Choose a tag to compare

New features

Now you can send a link with Yo.

Examples

client = YoClient::Client.new(API_TOKEN)

client.yoall # Yo all w/o links
client.yoall(link: 'http://youcune.com/') # Yo all w/ a link
client.yo('YOUCUNE') # Yo YOUCUNE w/o links
client.yo('YOUCUNE', link: 'http://youcune.com/') # Yo YOUCUNE w/o links

v0.0.3

13 Jul 03:03
Compare
Choose a tag to compare

Added YoClient::ClientError, YoClient::ConnectionError and made it easier to handle errors.

  • Enabled to handle errors #1
  • Reviewed gem dependencies #2
  • Updated documents
  • Added COVERALLS