tests: add integration tests

This commit is contained in:
Stevan Freeborn
2026-03-26 16:59:49 -05:00
parent 6c5b225d97
commit d1f57f77a5
15 changed files with 2290 additions and 12 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ const (
// defaultTimeout is the default HTTP client timeout duration.
defaultTimeout = 120 * time.Second
// defaultAPIKeyHeader is the HTTP header name used for API key authentication.
defaultAPIKeyHeader = "x-api-key"
defaultAPIKeyHeader = "x-apikey"
// defaultAPIVersionHeader is the HTTP header name used to specify the API version.
defaultAPIVersionHeader = "x-api-version"
// defaultAPIVersion is the default Onspring API version to use.