Skip to Content
Canonical source of truth stays in the repository docs. This site is the polished presentation layer.
Documentation Hub

Documentation Hub

This docs set is meant to cover the full public runtime surface of csfloat-node-sdk:

  • CsfloatSdk resources
  • sdk.client and CsfloatHttpClient
  • workflow helpers
  • builder/helper/constant exports from the package root
  • CLI commands
  • the stability and coverage notes needed to use the SDK responsibly

If you are reading this from the published npm package, these files ship in the tarball.

  1. Getting Started Install, first client, first requests, and where to go next.
  2. Resources, Workflows, And Surface Map Which surface to use for each kind of task.
  3. Resource Reference The method-level reference for sdk.meta, sdk.account, sdk.listings, and the rest.
  4. Helpers, Builders, And Constants Every exported helper module and the constants that shape queries or requests.
  5. Write Flows And Payloads Minimal valid payloads, field meanings, and caveats for mutation-heavy SDK usage.
  6. Workflows And CLI The higher-level orchestration layer plus the published CLI commands.
  7. Transport, Errors, And Metadata CsfloatHttpClient, retries, pacing, metadata responses, and error handling.
  8. Examples And Recipes Runnable examples plus copyable snippets for common flows.
  9. Stability And Coverage How to interpret implemented vs low-level vs account-gated behavior.
  10. API_COVERAGE.md Endpoint-level truth for validated and discovered routes.

Choose By Task

What This Docs Set Covers

  • every public runtime entrypoint exported from the package root
  • every SDK resource and workflow method
  • the helper functions and constants that materially affect day-to-day usage
  • the published CLI surface
  • the transport and error model

The root package also exports a very large TypeScript type surface. These docs call out the important request and response types by area, but the generated .d.ts files and your IDE remain the authoritative field-level reference.

Where Different Kinds Of Truth Live

  • Product overview and install snippet: README.md
  • Runtime docs: docs/*.md
  • Endpoint-by-endpoint validation and discovery notes: API_COVERAGE.md
  • Release history: CHANGELOG.md
  • Executable examples: examples/*.mjs
  • Tests for supported behavior: test/*.test.ts
Last updated on