MCPcopy Create free account
hub / github.com/abruzzi/react-network-advanced-client-side / getUser

Function getUser

src/api.ts:12–14  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

10}
11
12export async function getUser(id: string) {
13 return await get<User>(`/users/${id}`);
14}
15
16export async function getFeeds(category: string) {
17 return await get<Feed[]>(`/articles/${category}`);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected