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

Consider to support API call without access-token #219

Closed
kogai opened this issue Jul 9, 2020 · 1 comment
Closed

Consider to support API call without access-token #219

kogai opened this issue Jul 9, 2020 · 1 comment

Comments

@kogai
Copy link

kogai commented Jul 9, 2020

Let me check how to use the Message API to get a short live access token 🙏

According to the documentation,
It isn't necessary Authorization header to issue an access token.

Nevertheless, to instantiate Client for enable to call IssueAccessTokenV2 method requires an access token itself 🤔

Fortunately, in a case of me, thanks to exposing APIEndpointBase and APIEndpointIssueAccessToken,
It was easy to issue an appropriate request by using http module of std-lib.

By the way, If any function or structure which supports some interface that does not require an access token might be nice.

Thanks for reading.

@Yang-33
Copy link
Contributor

Yang-33 commented Nov 17, 2023

#392 supports this!

@Yang-33 Yang-33 closed this as completed Nov 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants