{"files":{"SKILL.md":"---\nname: subscriptionclient\ndescription: \"SubscriptionClient API skill. Use when working with SubscriptionClient for delegatedProviders, offers. Covers 3 endpoints.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# SubscriptionClient\nAPI version: 2015-11-01\n\n## Auth\nOAuth2\n\n## Base URL\nhttps://management.azure.com\n\n## Setup\n1. Configure auth: OAuth2\n2. GET /offers -- get the list of public offers for the root provider.\n3. Explore available endpoints below\n\n## Endpoints\n3 endpoints across 2 groups. See references/api-spec.lap for full details.\n\n### DelegatedProviders\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /delegatedProviders/{delegatedProviderId}/offers | Get the list of offers for the specified delegated provider. |\n| GET | /delegatedProviders/{delegatedProviderId}/offers/{offerName} | Get the specified offer for the delegated provider. |\n\n### Offers\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /offers | Get the list of public offers for the root provider. |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"List all offers?\" -> GET /delegatedProviders/{delegatedProviderId}/offers\n- \"Get offer details?\" -> GET /delegatedProviders/{delegatedProviderId}/offers/{offerName}\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 SubscriptionClient\n@base https://management.azure.com\n@version 2015-11-01\n@auth OAuth2\n@endpoints 3\n@toc delegatedProviders(2), offers(1)\n\n@group delegatedProviders\n@endpoint GET /delegatedProviders/{delegatedProviderId}/offers\n@desc Get the list of offers for the specified delegated provider.\n@required {delegatedProviderId: any # Id of the delegated provider.}\n@returns(200) OK\n\n@endpoint GET /delegatedProviders/{delegatedProviderId}/offers/{offerName}\n@desc Get the specified offer for the delegated provider.\n@required {delegatedProviderId: any # Id of the delegated provider., offerName: any # Name of the offer.}\n@returns(200) OK\n\n@endgroup\n\n@group offers\n@endpoint GET /offers\n@desc Get the list of public offers for the root provider.\n@returns(200) OK\n\n@endgroup\n\n@end\n"}}