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

24 lines
313 B
Markdown
Raw Permalink Normal View History

# Namespace Details Test
```ucm:hide
scratch/main> builtins.mergeio
```
```unison
{{ Documentation }}
nested.names.x = 42
nested.names.readme = {{
Here's a *README*!
}}
```
```ucm
scratch/main> add
```
```api
-- Should find names by suffix
2024-06-27 20:17:27 +03:00
GET /api/projects/scratch/branches/main/namespaces/nested.names
```