Commit 8479190d authored by Kir's avatar Kir
Browse files

API section in Readme

parent 895fee3d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -105,6 +105,7 @@ redis.lpush("fnordmetric-queue", uuid)
```

The Ruby way: Using the API.

```ruby
api = FnordMetric::API.new({})
api.event({:_type => "unicorn_seen"})