[Spark] Twitter Search Api class
Review Request #225 — Created Oct. 29, 2013 and submitted
Information | |
---|---|
dinos | |
Lunr | |
dinostheo:TweetSearch | |
Reviewers | |
lunr | |
Twitter Search Api class implementation for fetching Tweet objects. The class implements a single function at the moment that searches for tweet results based on the given parameters and returns an array of Tweet objects.
unit tests
Change Summary:
Sets header and option in the function instead of passing them as parameters to get_json_results()
Diff: |
Revision 2 (+452) |
---|
Change Summary:
dependency added
Depends On: |
|
---|
-
-
src/Lunr/Spark/Twitter/Search.php (Diff revision 2) since it's only one option, using set_option() is a bit less redundant.
Change Summary:
uses set_option instead of set_options as was proposed in the previous review
Depends On: |
|
||
---|---|---|---|
Diff: |
Revision 3 (+438) |