Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Response class for easier API response handling #683

Closed
abraham opened this issue Jul 3, 2018 · 1 comment
Closed

Add Response class for easier API response handling #683

abraham opened this issue Jul 3, 2018 · 1 comment
Labels
Milestone

Comments

@abraham
Copy link
Owner

abraham commented Jul 3, 2018

It could look something like this and contain all of the specific request/response state.

$response = $t->get(...);
$response->headers;
$response->status_code;
$response->body;
$response->success;
@abraham
Copy link
Owner Author

abraham commented Jul 24, 2023

TwitterOAuth is in maintenance mode and major improvements are no longer planned. #1188

@abraham abraham closed this as completed Jul 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant