feat: generate SDK for Remnawave API v2.8.0

This commit is contained in:
2026-06-30 22:57:09 +03:00
parent c46da4d94f
commit 5c30a1a71b
19 changed files with 79754 additions and 3490 deletions
+2 -1
View File
@@ -6,6 +6,7 @@ A Go SDK client for interacting with the **[Remnawave API](https://remna.st)**.
| API Version | SDK Version | Install |
|-------------|-------------|---------|
| 2.8.0 | v2.8.0 | `go get git.voidsmiths.dev/shiranui/remnawave-api-go/v2@v2.8.0` |
| 2.7.4 | v2.7.4 | `go get git.voidsmiths.dev/shiranui/remnawave-api-go/v2@v2.7.4` |
Generated with [**ogen**](https://github.com/ogen-go/ogen) v1.19.0:
@@ -21,7 +22,7 @@ Generated with [**ogen**](https://github.com/ogen-go/ogen) v1.19.0:
## Installation
```bash
go get github.com/shiranuiyami/remnawave-api-go/v2@v2.7.4
go get github.com/shiranuiyami/remnawave-api-go/v2@v2.8.0
```
## Quick Start