We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4adbbb commit e135d77Copy full SHA for e135d77
README.md
@@ -50,16 +50,14 @@ func main() {
50
h := clients.NewNOAAHelper(session.NOAA(), session.ConfigStore())
51
msgs, err := h.RecentLogs("app-guid", 0) // 0 means no limit of messages to see
52
if err != nil {
53
- panic(err)
54
- }
+ panic(err)
+ }
55
fmt.Println(msgs)
56
57
// Get an http client which pass authorization header to call api(s) directly
58
session.Raw()
59
60
// Get config store for client which need, for example, current access token (e.g.: NOAA)
61
session.ConfigStore()
62
-
63
64
}
65
```
0 commit comments