edge-connect-client/sdk/edgeconnect
Richard Robert Reitz 3486b2228d refactor(sdk): restructure to follow Go module versioning conventions
Reorganize SDK to support both v1 and v2 APIs following Go conventions:
- sdk/edgeconnect/ now contains v1 SDK (from revision/v1 branch)
- sdk/edgeconnect/v2/ contains v2 SDK with package v2
- Update all CLI and internal imports to use v2 path
- Update SDK examples and documentation for v2 import path

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-20 13:34:22 +02:00
..
v2 refactor(sdk): restructure to follow Go module versioning conventions 2025-10-20 13:34:22 +02:00
appinstance.go refactor(sdk): restructure to follow Go module versioning conventions 2025-10-20 13:34:22 +02:00
appinstance_test.go feat(parser): add result parser of createappinstance and added a configurable timeout for that function 2025-10-16 11:12:57 +02:00
apps.go refactor(sdk): restructure to follow Go module versioning conventions 2025-10-20 13:34:22 +02:00
apps_test.go feat(sdk): Added update endpoints for app and appinst 2025-09-30 12:09:00 +02:00
auth.go Renamed package and removed unused make calls 2025-09-29 09:41:44 +02:00
auth_test.go Renamed package and removed unused make calls 2025-09-29 09:41:44 +02:00
client.go chore(http-timeout): removed timeout functionality when calling the API as it was not needed and malfunctional 2025-10-17 12:01:47 +02:00
cloudlet.go Renamed package and removed unused make calls 2025-09-29 09:41:44 +02:00
cloudlet_test.go Renamed package and removed unused make calls 2025-09-29 09:41:44 +02:00
types.go refactor(sdk): restructure to follow Go module versioning conventions 2025-10-20 13:34:22 +02:00