Spark feed generator template
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix health endpt in readme

authored by

Roscoe Rubin-Rottenberg and committed by
GitHub
380db300 bfd102d2

+1 -1
+1 -1
README.md
··· 102 102 | Endpoint | Description | 103 103 | ---------------------------------------------- | ------------------------------------- | 104 104 | `GET /` | Service info | 105 - | `GET /health` | Health check | 105 + | `GET /xrpc/_health` | Health check | 106 106 | `GET /.well-known/did.json` | DID document for `did:web` resolution | 107 107 | `GET /xrpc/so.sprk.feed.describeFeedGenerator` | List available feeds | 108 108 | `GET /xrpc/so.sprk.feed.getFeedSkeleton` | Fetch feed posts |