draftbit / twitter-lite

A tiny, full-featured, flexible client / server library for the Twitter API
https://npm.im/twitter-lite
MIT License
794 stars 96 forks source link

feat: add delete support #167

Open dbredvick opened 3 years ago

dbredvick commented 3 years ago

Summary

In order to interact with quite a few Twitter endpoints, we need to add delete support. I ran into this issue while interacting with Welcome Messages.

Related issues

Resolves #31 & #161

Also resolves typo in .env.example file.

I'm using a fork of these changes in production and it's working great.

ciffelia commented 3 years ago

Hi @dbredvick, thanks for your contribution. Could you exclude build assets and yarn.lock from this PR?