This template is the controlled starting point for focused SocQ API example repositories. Generated repositories must provide runnable integration value, not just a keyword page.
Every focused repository must include:
- use cases grounded in the public endpoint contract
- endpoint-specific behavior and limitations
- a complete cURL, Node.js, and Python workflow
- production guidance for retries, timeouts, pagination, deduplication, and logs
- responsible-use and platform-scope notes
- synthetic fixtures with no customer or production data
- Create a repository from this template in the
SocQAPIorganization. - Replace every
TEMPLATE_*value in.socq-example.json. - Replace
/v1/platform/resourceandpayload.example.jsonwith the public endpoint contract. - Add endpoint-specific use cases, behavior, production notes, and scope.
- Update the repository description, homepage, topics, and README links.
- Run
npm run checkand verify request shapes against the public SocQ OpenAPI document.
This template is for public integration examples only. Never include private product source code, non-public operational information, customer data, production logs, local filesystem paths, or credentials.
See SocQAPI/socq-examples for
the canonical endpoint inventory and all published focused repositories.