|
|
@ -43,18 +43,18 @@ Currently not documented, please visit src/Client.php for details |
|
|
|
* newPostMessage |
|
|
|
* newPostMessage |
|
|
|
* newRetwistMessage |
|
|
|
* newRetwistMessage |
|
|
|
|
|
|
|
|
|
|
|
### RSS |
|
|
|
### Tools |
|
|
|
|
|
|
|
|
|
|
|
Useful to create twister news bot |
|
|
|
#### RSS |
|
|
|
|
|
|
|
|
|
|
|
#### Methods |
|
|
|
Useful to create twister news bot |
|
|
|
|
|
|
|
|
|
|
|
##### Feed |
|
|
|
##### Feed |
|
|
|
|
|
|
|
|
|
|
|
Read remote URL and convert response to formatted twister messages |
|
|
|
Read remote URL and convert response to formatted twister messages |
|
|
|
|
|
|
|
|
|
|
|
``` |
|
|
|
``` |
|
|
|
$array = \Twisterarmy\Twister\Rss::feed('url'); |
|
|
|
$array = \Twisterarmy\Twister\Tools\Rss::feed('url'); |
|
|
|
``` |
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
###### Request |
|
|
|
###### Request |
|
|
|