openapi icon indicating copy to clipboard operation
openapi copied to clipboard

Wechaty REST API Server with OpenAPI Specification (aka. Swagger)

Results 13 openapi issues
Sort by recently updated
recently updated
newest added

## 🐛 Bug Report (A clear and concise description of what the bug is.) npm WARN deprecated [email protected]: This library will not receive further updates other than security fixes. We...

## 📚 Documentation (A clear and concise description of what the issue is.)

It seems that the support for the file upload with gRPC & OpenAPI generator is not very well. 1. The `google.api.http` has no annotation for file uploading... 2. The gRPC...

enhancement

**Is your feature request related to a problem? Please describe.** Recently, I learned wechaty [openapi](https://github.com/wechaty/openapi), which is a very exciting feature. When I saw it, I was thinking about how...

feature request

https://github.com/mswjs/msw

Bumps [@chatie/eslint-config](https://github.com/Chatie/eslint-config) from 0.14.1 to 0.16.2. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@chatie/eslint-config&package-manager=npm_and_yarn&previous-version=0.14.1&new-version=0.16.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

```ts openAPI.use(pluginFactory()) ``` for easy adding new RESTful API endpoints to the Wechaty OpenAPI system.

need to be integrated with gRPC ## Links - Swagger Bearer Authentication - Postman Learning Center: Authorizing requests - https://developer.mozilla.org/en-US/docs/Web/HTTP/Authentication

enhancement

It seems that the Swagger/OpenAPI does not have a clear way to achieve that. To be investigated. ## Server-Sent Events (SSE) - https://github.com/OAI/OpenAPI-Specification/issues/396 - https://github.com/whatwg/html/issues/2177 ### Links - [Server-sent events:...

enhancement

So that we can start our `wechaty-openapi-server` with just this environment variable, and everything will be able to work-out-of-box.

enhancement