unison/unison-src/transcripts/api-namespace-list.md

23 lines
357 B
Markdown
Raw Permalink Normal View History

# Namespace list api
```ucm:hide
scratch/main> builtins.mergeio
```
```unison
{{ Documentation }}
nested.names.x = 42
nested.names.readme = {{ I'm a readme! }}
```
```ucm
scratch/main> add
```
```api
2024-06-27 20:17:27 +03:00
GET /api/projects/scratch/branches/main/list?namespace=nested.names
2024-06-27 20:17:27 +03:00
GET /api/projects/scratch/branches/main/list?namespace=names&relativeTo=nested
```