Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

readme calls links to messages api #31

Open
camerondavison opened this issue Aug 4, 2021 · 0 comments
Open

readme calls links to messages api #31

camerondavison opened this issue Aug 4, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@camerondavison
Copy link

  - [calls](https://www.twilio.com/docs/sms/api/message-resource#read-multiple-message-resources)

documentation says

GET https://api.twilio.com/2010-04-01/Accounts/{AccountSid}/Messages.json

readme also has

[calls](https://www.twilio.com/docs/sms/api/message-resource#read-multiple-message-resources)
- Endpoint: https://api.twilio.com/2010-04-01/Accounts/{AccountSid}/Calls.json
- Parent: accounts
- Primary key fields: sid
- Replication strategy: INCREMENTAL
- Transformations: subresources_to_array

Which is a different endpoint Calls.json

it looks like there is a messages stream

# Reference: https://www.twilio.com/docs/sms/api/message-resource#read-multiple-message-resources
'messages': {
'api_url': 'https://api.twilio.com',
'api_version': '2010-04-01',
'path': 'Accounts/{ParentId}/Messages.json',
'data_key': 'messages',

but not in the readme

@camerondavison camerondavison added the bug Something isn't working label Aug 4, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant