Skip to content

Commit

Permalink
Turns out the path param is also required.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobby Uhlenbrock authored Jun 1, 2017
1 parent 835a71f commit ecd01ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Setup configuration parameters
Dandelionapi.configure do |c|
c.token = "your-token-for-dandelionapi-account"
c.endpoint = "https://api.dandelion.eu/"
c.path = "datatxt/"
end
```

Expand Down

0 comments on commit ecd01ea

Please sign in to comment.