J7mbo / twitter-api-php

The simplest PHP Wrapper for Twitter API v1.1 calls
MIT License
1.82k stars 800 forks source link

Clear POST/GET #213

Open ghost opened 8 years ago

ghost commented 8 years ago

Please add the ability to clear the POST/GET fields after the request and when exeptions happen. With this we don't need to create new class after each request

J7mbo commented 7 years ago

This will be a BC break, but it does need to happen. Will look into it.

JamesCullum commented 6 years ago

Took me now quite some time to figure out that this was breaking my code. Maybe you can at least specify this instruction in the error message as a start? Providing a simple method to clear it is easy to add as well.