Updated all import/export interfaces

This commit is contained in:
Philipp Wolfer 2023-11-15 19:24:12 +01:00
parent 729a3d0ed0
commit ab04eb1123
No known key found for this signature in database
GPG key ID: 8FDF744D4919943B
12 changed files with 247 additions and 167 deletions

View file

@ -28,6 +28,8 @@ import (
"github.com/go-resty/resty/v2"
)
const MaxItemsPerGet = 1000
type Client struct {
HttpClient *resty.Client
token string