issues
search
RocketChat
/
Rocket.Chat.js.SDK
Utility for apps and bots to interact with Rocket.Chat via DDP and/or API
MIT License
136
stars
95
forks
source link
Fix problem in put and delete requests
#34
Closed
JoseRenan
closed
6 years ago
JoseRenan
commented
6 years ago
Fixed problem with
PUT
and
DELETE
in
api.ts
. They were using the lib
node-rest-client
which is not used anymore in the SDK
Built the bundle to client-side apps with the changes.
PUT
andDELETE
inapi.ts
. They were using the libnode-rest-client
which is not used anymore in the SDK