rtweet icon indicating copy to clipboard operation
rtweet copied to clipboard

Typo in default function value for `host` in `TWIT_method` and no implementation for DELETE and PUT

Open simonheb opened this issue 2 years ago • 1 comments

https://github.com/ropensci/rtweet/blob/69ae10048fd450479c9acc7ef03d2b994c9042d1/R/http.R#L26

There's a t missing in the default value. Also there's no DELETE and PUT, even though the API references sometimes uses them. E.g., here: https://developer.twitter.com/en/docs/twitter-api/v1/direct-messages/welcome-messages/api-reference/list-welcome-messages

simonheb avatar Aug 12 '21 12:08 simonheb

Fixed the typo, thanks! I don't think we use PUT or DELETE methods so far, but I'll keep that in mind (and leave the issue open)

llrs avatar Nov 20 '21 09:11 llrs