Skip to content

Commit 7f4e259

Browse files
committed
docs: README.md: update
1 parent 0ddeb1f commit 7f4e259

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ r = sumo.create_content path, data
6161
r = sumo.get_content path
6262

6363
r = sumo.delete_content path
64+
65+
# Low-Level
66+
r = sumo.post path, data
6467
```
6568

6669
Note, for the search methods, the query parameter can be exactly the same query that is entered into the Sumo Logic web console.

lib/sumologic.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
require 'multi_json'
55

66
module SumoLogic
7-
VERSION = '0.1.1'
7+
VERSION = '0.1.2'
88
URL = 'https://api.sumologic.com/api/v1'
99

1010
class Client

0 commit comments

Comments
 (0)