This commit is contained in:
2025-12-01 05:28:15 +01:00
parent 0a731f83e5
commit d53043dd65
10 changed files with 147 additions and 385 deletions

View File

@@ -17,8 +17,8 @@ AtlasClient provides methods to:
```v
import incubaid.herolib.web.atlas_client
// Create client, exports will be in $/hero/var/atlas_export by default
mut client := atlas_client.new()!
// Create client
mut client := atlas_client.new(export_dir: '/tmp/atlas_export')!
// List collections
collections := client.list_collections()!