-
Notifications
You must be signed in to change notification settings - Fork 4
API reference parameter descriptions audit #10
Copy link
Copy link
Open
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave programauditProduces a written report as primary deliverableProduces a written report as primary deliverabledocsDocumentationDocumentationdripsFunded via Drips NetworkFunded via Drips Networkgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave programauditProduces a written report as primary deliverableProduces a written report as primary deliverabledocsDocumentationDocumentationdripsFunded via Drips NetworkFunded via Drips Networkgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Type
Fields
Give feedbackNo fields configured for issues without a type.
Labels:
Stellar Wave,audit,docs,drips,help-wanted,good-first-issueTier: M (2–4 days)
Type: audit + writing
Context
docs/api-reference/endpoints.mdxanddocs/api-reference/types.mdxlist signatures but every parameter is bare. Reading them, you seename: stringbut not "must be 3–32 lowercase alphanumeric characters; will be SHA-256 hashed for storage." That semantic information is the difference between docs and a noticeboard.Scope
For every parameter and return field across the API reference:
chain: Chainto theChainenum page.Where the source-of-truth lives
sdk/src/chains/*/types.ts, Spectre'sagent/types.ts.Style
Acceptance criteria
endpoints.mdxandtypes.mdxhas a description.Why good-first-issue
Mechanical, well-scoped, no architectural decisions. The contributor learns the entire API surface by writing it, which is high-leverage onboarding for any future contributions.