Summary
The current Twilio samples (twilio-api-mocks and twilio-resilience-testing) cover 51 endpoints for the most commonly used Twilio operations. This issue tracks expanding coverage to additional Twilio API resources.
Current Coverage (51 mocks)
- Accounts - CRUD operations
- Messages - CRUD + Media subresource
- Calls - CRUD + Recordings subresource
- IncomingPhoneNumbers - CRUD + Local/TollFree/Mobile
- AvailablePhoneNumbers - Local/TollFree/Mobile search
- Conferences - CRUD + Participants
- Queues - CRUD + Members
- Recordings - CRUD + Transcriptions
Proposed Additions
High Priority (commonly used)
Medium Priority
Lower Priority (specialized use cases)
Out of Scope
These are separate Twilio products with different base URLs (not part of the core 2010-04-01 API):
- Verify API
- Lookup API
- Conversations API
- Video API
- Studio API
- TaskRouter API
- Flex API
- Sync API
- Notify API
Notes
- Both
twilio-api-mocks (success responses) and twilio-resilience-testing (error injection) should be updated together
- Follow existing mock patterns and SID formats
- Reference Twilio docs for accurate response schemas
Summary
The current Twilio samples (
twilio-api-mocksandtwilio-resilience-testing) cover 51 endpoints for the most commonly used Twilio operations. This issue tracks expanding coverage to additional Twilio API resources.Current Coverage (51 mocks)
Proposed Additions
High Priority (commonly used)
Medium Priority
Lower Priority (specialized use cases)
Out of Scope
These are separate Twilio products with different base URLs (not part of the core 2010-04-01 API):
Notes
twilio-api-mocks(success responses) andtwilio-resilience-testing(error injection) should be updated together