You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Recently, I learned wechaty openapi, which is a very exciting feature. When I saw it, I was thinking about how to use it.
As a serious SDK dependency, I suggest that we encapsulate the API call method into a puppet, such as puppet-http or puppet-api, so that we can fully use Wechaty instances in another stateless service to call all the above APIs instead of a separate SDK.
Like this, when I want to call the API request GET /contacts, I will use const contactList = await bot.Contact.findAll() .
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Recently, I learned wechaty openapi, which is a very exciting feature. When I saw it, I was thinking about how to use it.
As a serious SDK dependency, I suggest that we encapsulate the API call method into a puppet, such as
puppet-http
orpuppet-api
, so that we can fully use Wechaty instances in another stateless service to call all the above APIs instead of a separate SDK.Like this, when I want to call the API request
GET /contacts
, I will useconst contactList = await bot.Contact.findAll()
.The text was updated successfully, but these errors were encountered: