added device support

This commit is contained in:
2026-01-10 04:47:04 +03:00
parent d9bfa5ff7f
commit 08c7556960
4 changed files with 15 additions and 12 deletions

View File

@@ -7,9 +7,10 @@ import (
func ExampleBasicUsage() {
client := NewClient(Config{
Token: "your-token",
Cashier: "Иванов",
Source: "parking",
Token: "your-token",
Cashier: "Иванов",
Source: "parking",
CustomURL: "DM URL/",
})
ctx := context.Background()