John Wang
John Wang
Similar to Auth Flows we should add a Refresh Token Flow page: https://developers.ringcentral.com/guide/authentication/auth-code-flow Conclusions from @tylerlong's repo should be included: https://github.com/tylerlong/ringcentral-token-refresh-experiment
Regarding the JavaScript example on this page: * https://developers.ringcentral.com/guide/voice/call-log/reading-call-log * https://github.com/ringcentral/ringcentral-api-docs/blob/master/docs/voice/call-log/reading-call-log.md Please review this finding which indicates the URL for JavaScript should be updated from `/account/~/extension/~/call-log` to `/restapi/v1.0/account/~/extension/~/call-log`: * https://stackoverflow.com/questions/60459763/getting-a-404-error-when-using-the-call-log-api
Some questions regarding Custom Fields: 1. Once created, where do these fields present themselves in the the user resources for reading, updating and deleting? 1. What characters can be used...
From `go test`. Appears that `Types` has changed types to `github.com/getkin/kin-openapi/openapi3.Types` from `string`: ``` openapi3/visit.go:29:5: cannot use propRef.Value.Type (variable of type *"github.com/getkin/kin-openapi/openapi3".Types) as string value in argument to visitTypeFormat openapi3/visit.go:41:4:...
JSON Schema supports RFC 3339 `date-time`, `date`, and `time` in section 7.3.1 of the RFC: * http://json-schema.org/latest/json-schema-validation.html#rfc.section.7.3.1 This is useful, however if it would be more flexible if JSON Schema...
The goal is to have people use a deployed version of Chathooks without manual request or provisioning The requirement is to be able to manage tokens by individuals / organizations,...
Allow handers to provide richer information to: * return status code * return instructions to skip sending (other than errors) for desired filtering
OAS 3.1 has some changes from OAS 3.0: * OAI Oerview: https://www.openapis.org/blog/2021/02/16/migrating-from-openapi-3-0-to-3-1-0 * APIMatic Overview: https://www.apimatic.io/blog/2021/09/migrating-to-and-from-openapi-3-1 * Kin OpenAPI Go Module: https://github.com/getkin/kin-openapi/issues/230 * Huma Go Module: https://github.com/danielgtaylor/huma * libopenapi Go...