{"files":{"SKILL.md":"---\nname: community-api\ndescription: \"Community API skill. Use when working with Community for user-content. Covers 4 endpoints.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# Community API\nAPI version: 3.0.0\n\n## Auth\nApiKey api-key in query\n\n## Base URL\nhttp://api.nytimes.com/svc/community/v3\n\n## Setup\n1. Set your API key in the appropriate header\n2. GET /user-content/recent.json -- recent user comments\n3. Explore available endpoints below\n\n## Endpoints\n4 endpoints across 1 group. See references/api-spec.lap for full details.\n\n### User-content\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /user-content/recent.json | Recent User Comments |\n| GET | /user-content/url.json | Comments by URL |\n| GET | /user-content/by-date.json | Comments by Date |\n| GET | /user-content/user.json | Comments by User |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"List all recent.json?\" -> GET /user-content/recent.json\n- \"List all url.json?\" -> GET /user-content/url.json\n- \"List all by-date.json?\" -> GET /user-content/by-date.json\n- \"List all user.json?\" -> GET /user-content/user.json\n- \"How to authenticate?\" -> See Auth section above\n\n## Response Tips\n- Check response schemas in references/api-spec.lap for field details\n\n## References\n- Full spec: See references/api-spec.lap for complete endpoint details, parameter tables, and response schemas\n\n> Generated from the official API spec by [LAP](https://lap.sh)\n","references/api-spec.lap":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api Community API\n@base http://api.nytimes.com/svc/community/v3\n@version 3.0.0\n@auth ApiKey api-key in query\n@endpoints 4\n@toc user-content(4)\n\n@endpoint GET /user-content/recent.json\n@desc Recent User Comments\n@returns(200)\n\n@endpoint GET /user-content/url.json\n@desc Comments by URL\n@optional {url: any}\n@returns(200)\n\n@endpoint GET /user-content/by-date.json\n@desc Comments by Date\n@optional {date: any}\n@returns(200)\n\n@endpoint GET /user-content/user.json\n@desc Comments by User\n@optional {userID: any}\n@returns(200)\n\n@end\n"}}