Authentication #24
Closed
rafalkrupinski
started this conversation in
Ideas
Replies: 1 comment
-
OK, I think you're right, @commonism |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
For the first milestone I wanted to support only the subset that I need from GSMTasks. It's almost ready.
I should write a roadmap.
The way I see it, once you write your client code, you know which operations you use, and you know which auth methods you need to use. So I think I can put all auth related parameters in
__init__
.It's just a matter of putting it in the docstring, so the library user knows what parameters are required.
Beta Was this translation helpful? Give feedback.
All reactions