Details
Description
Remove setters from Twitter class as much as possible, and introduce a Configuration interface that has
- baseurls
- timeout settings, and such
And possibly introduce a static Factory method?
- baseurls
- timeout settings, and such
And possibly introduce a static Factory method?
Issue Links
| This issue is duplicated by: | ||||
| TFJ-127 | AsyncTwitter should hold auth(entication|orization) info inside the task instance |
|
|
|
Migrate http related setter method from Twitter to Configuration.
Make HttpClient instance a singleton class.
Introduce a Factory class.