in progress

This commit is contained in:
2025-12-02 18:48:56 +03:00
parent 1af2045a1b
commit 0e60c31ec9
8 changed files with 222 additions and 0 deletions

7
status.go Normal file
View File

@@ -0,0 +1,7 @@
package sigmasms
import "github.com/google/uuid"
func RequestStatus(id uuid.UUID, apiKey string) error {
url := "https://user.sigmasms.ru/api/sendings/" + id.String()
}