Skip to content

Commit

Permalink
docs: README.md: update
Browse files Browse the repository at this point in the history
  • Loading branch information
grokify committed Feb 16, 2023
1 parent 0ddeb1f commit 7f4e259
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ r = sumo.create_content path, data
r = sumo.get_content path

r = sumo.delete_content path

# Low-Level
r = sumo.post path, data
```

Note, for the search methods, the query parameter can be exactly the same query that is entered into the Sumo Logic web console.
Expand Down
2 changes: 1 addition & 1 deletion lib/sumologic.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
require 'multi_json'

module SumoLogic
VERSION = '0.1.1'
VERSION = '0.1.2'
URL = 'https://api.sumologic.com/api/v1'

class Client
Expand Down

0 comments on commit 7f4e259

Please sign in to comment.