We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I did so far:
Notes about the other endpoints:
GET /phone/calls endpoint should:
GET /phone/calls
recordUrl
created
createdAt
PUT /phone/calls/{sid}/converted:
PUT /phone/calls/{sid}/converted
POST /phone/calls/{sid}/help-request
CreateHelpRequestDto
phoneUser
phoneNumber
GET /phone/calls/{sid}/record
A GET /phone/calls/{sid} endpoint is missing
GET /phone/calls/{sid}
Build call relation in the helpRequests: Add call information to HelpRequest model #73
Add twilio endpoints to swagger
Use an auth guard for twilio
Use a class for GET /phone/numbers and think about environment handling
GET /phone/numbers
General remark: I think it is fine to document the twilio webhooks there as well. Probably twilio sends an auth header which should be checked there?
The text was updated successfully, but these errors were encountered:
f10l
Lukas1811
No branches or pull requests
I did so far:
Notes about the other endpoints:
GET /phone/calls
endpoint should:recordUrl
would probably be helpful there, will be used later with S3 or so?created
should probably becreatedAt
? make createdAt and modifiedAt consistent #69PUT /phone/calls/{sid}/converted
:POST /phone/calls/{sid}/help-request
endpoint. Reason: a new help-request resource is createdCreateHelpRequestDto
, then it would be equal to the general creation of a help request.phoneUser
flagphoneNumber
GET /phone/calls/{sid}/record
A
GET /phone/calls/{sid}
endpoint is missingBuild call relation in the helpRequests: Add call information to HelpRequest model #73
Add twilio endpoints to swagger
Use an auth guard for twilio
Use a class for
GET /phone/numbers
and think about environment handlingGeneral remark:
I think it is fine to document the twilio webhooks there as well. Probably twilio sends an auth header which should be checked there?The text was updated successfully, but these errors were encountered: