Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 374 Bytes

File metadata and controls

16 lines (10 loc) · 374 Bytes

Client

Client is a service written in Ruby that demonstrates consumption of the server API.

It can be invoked via:

ruby main.rb 90065

Mixpanel::Client is an even more robust example of an API client that I've written in Ruby.

Local Development

  • Ensure Server is running
  • ruby main.rb 90065