You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Main: Version 2 API endpoints package for Splunk Observability APIs (#2)
* Version 2 API endpoints package for Splunk Observability APIs (#1)
* update the client and models
* api checks v2
* browser checks v2
* get checks
* get checks
* add parts for variables
* add httpchecksv2
* port checks
* fix testing and move integration tests to own excluded file
* fix integration tests
* snake_case fixes until the API has been adjusted to camelCase
* update models and move integration tests
Co-authored-by: jeremyh <[email protected]>
* update readme for V2
* only check V2 with new testing standards. V1 is unchanged and deprecated.
Co-authored-by: jeremyh <[email protected]>
Copy file name to clipboardexpand all lines: README.md
+16-44
Original file line number
Diff line number
Diff line change
@@ -6,72 +6,44 @@ A Splunk Synthetics (Formerly Rigor) client for golang.
6
6
7
7
## Important Note
8
8
9
-
This client is used to make the API calls that are mentioned here [Splunk Synthetics (Formerly Rigor) public API](https://monitoring-api.rigor.com/). However, some features are not implemented or publicly available yet.
9
+
V2 client is used to make API calls and CRUD operations to the Splunk Observability Synthetics endpoints (E.G. [API Tests](https://dev.splunk.com/observability/reference/api/synthetics_api_tests/))
10
+
11
+
**Deprecated** V1 Client is used to make the API calls for the [Splunk Synthetics (Formerly Rigor) public API](https://monitoring-api.rigor.com/).
0 commit comments