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
Copy file name to clipboardexpand all lines: README.md
+45-18
Original file line number
Diff line number
Diff line change
@@ -20,9 +20,30 @@ Prerequisites
20
20
- Go 1.16 or later
21
21
- A working installation of the CipherSwarm platform. Refer to the [CipherSwarm documentation](https://github.com/unclesp1d3r/CipherSwarm) for setup instructions.
22
22
23
+
<!-- Start Summary [summary] -->
24
+
## Summary
25
+
26
+
CipherSwarm Agent API: The CipherSwarm Agent API is used to allow agents to connect to the CipherSwarm server.
27
+
<!-- End Summary [summary] -->
28
+
29
+
<!-- Start Table of Contents [toc] -->
30
+
## Table of Contents
31
+
32
+
*[SDK Installation](#sdk-installation)
33
+
*[SDK Example Usage](#sdk-example-usage)
34
+
*[Available Resources and Operations](#available-resources-and-operations)
35
+
*[Retries](#retries)
36
+
*[Error Handling](#error-handling)
37
+
*[Server Selection](#server-selection)
38
+
*[Custom HTTP Client](#custom-http-client)
39
+
*[Authentication](#authentication)
40
+
*[Special Types](#special-types)
41
+
<!-- End Table of Contents [toc] -->
42
+
23
43
<!-- Start SDK Installation [installation] -->
24
44
## SDK Installation
25
45
46
+
To add the SDK as a dependency to your project:
26
47
```bash
27
48
go get github.com/unclesp1d3r/cipherswarm-agent-sdk-go
0 commit comments