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
|`/team`|✓ |✓ |x |✓ |x |ListUsers, Infrastructure|`client.Teams`|[Information about teams, users, and usage](https://docs.sysdig.com/en/docs/administration/administration-settings/user-and-team-administration/manage-teams-and-roles/)|
32
+
|`/user/me`|✓ |x |x |x |x |x |`client.Users`|[Information about the current user](https://docs.sysdig.com/en/docs/administration/administration-settings/find-your-customer-id-and-name/)|
33
+
|`/token`|✓ |x |x |x |x |x |`client.Users`|[Retrieves the current user's access token](https://docs.sysdig.com/en/docs/administration/administration-settings/find-your-customer-id-and-name/)|
For other options, check the [documentation](https://pkg.go.dev/github.com/trinchan/sysdig-go/github).
218
-
219
-
## Versioning ##
220
-
221
-
`sysdig-go` is currently undergoing its initial development and is still incomplete. As new APIs are documented by Sysdig and IBM Cloud, new
222
-
APIs will be added or changed. Since `sysdig-go` is a client library, breaking changes in the upstream API may require updates to the client.
223
-
`sysdig-go` will follow semver as closely as possible to minimize breaking changes.
217
+
For other options, check the [documentation](https://pkg.go.dev/github.com/trinchan/sysdig-go/sysdig).
224
218
225
219
## FAQ ##
226
220
@@ -233,10 +227,20 @@ you can also use the `client.Do()` method to send a custom request.
233
227
234
228
That's not a question! The client is incomplete as documentation for most of the Sysdig API has not been published. I have had to leave some types as `interface{}` until documentation is released or I receive a sample response. Submit an issue and include the (redacted) client logs with `Debug` mode enabled.
235
229
230
+
### "The documentation is wrong!" ###
231
+
232
+
Since there is no official documentation for most of the API, some documentation is bound to be incorrect. Corrections and improvements
233
+
are very welcome -- please file an issue or submit a patch if you find something is inaccurate.
234
+
236
235
### "Is this an official client?" ###
237
236
238
237
Nope. The only official client I know is the [Python SDK](https://github.com/sysdiglabs/sysdig-sdk-python).
239
238
239
+
## Versioning ##
240
+
241
+
`sysdig-go` is currently undergoing its initial development and is still incomplete. As new APIs are documented by Sysdig and IBM Cloud, new
242
+
APIs will be added or changed. Since `sysdig-go` is a client library, breaking changes in the upstream API may require updates to the client.
243
+
`sysdig-go` will follow semver as closely as possible to minimize breaking changes.
240
244
241
245
## Credits ##
242
246
- Sysdig's [Python SDK](https://github.com/sysdiglabs/sysdig-sdk-python) for API reference.
@@ -246,3 +250,6 @@ Nope. The only official client I know is the [Python SDK](https://github.com/sys
246
250
247
251
This library is distributed under the MIT license found in the [LICENSE](./LICENSE)
248
252
file.
253
+
254
+
---
255
+
_"Sysdig" and "IBM Cloud" are registered trademarks of their respective holders. Use of the name does not imply any affiliation with or endorsement by them._
0 commit comments