MCPcopy Create free account
hub / github.com/capsulerun/capsule / Post

Interface Post

examples/javascript/http-request/http-request.ts:3–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { task } from "@capsule-run/sdk";
2
3interface Post {
4 id: number;
5 title: string;
6 body: string;
7 userId: number;
8}
9
10/**
11 * Fetch posts from JSONPlaceholder API.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected