unison/unison-src/transcripts/api-find.md
2024-06-26 12:54:15 -07:00

506 B

find api

rachel.filesystem.x = 42
ross.httpClient.y = 43
joey.httpServer.z = 44
joey.yaml.zz = 45
scratch/main> add
-- Namespace segment prefix search
GET /api/projects/scratch/branches/main/find?query=http

-- Namespace segment suffix search
GET /api/projects/scratch/branches/main/find?query=Server

-- Substring search
GET /api/projects/scratch/branches/main/find?query=lesys

-- Cross-segment search
GET /api/projects/scratch/branches/main/find?query=joey.http