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

Feature Request: "pretend mode" that outputs OAuth authorization header #1

Open
episod opened this issue Apr 29, 2010 · 1 comment
Open

Comments

@episod
Copy link

episod commented Apr 29, 2010

By executing Twurl with a pre-loaded access token and consumer keyset while including a "--pretend" or "--only-generate-http-headers" option it would output a string simply consisting of the HTTP Authorization header. Developers could then use Twurl as a pipe for shell scripts with the ultimate destination of curl for the additional features it offers as an HTTP client.

@smaeda-ks
Copy link
Collaborator

This is easy to implement, I guess. But since the use case you mentioned is too specific and I don't think it's worth supporting it for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

4 participants
@episod @andypiper @smaeda-ks and others