Authentication by API token, not parameter passing #76
Labels
pkg:api
api related activities
prio:medium
status:confirmed
Is a valid issue and will be moved forward soon.
type:feature
New feature
Authentication is done by passing an API token to the class instantiation, not by passing the parameter
auth
to the API methods.Remove
auth
and establish set of API token if passed.Prepare
get_request()
??post_request()
??delete_request()
??put_request()
??Actions
auth
from API methodsget_request()
??post_request()
??delete_request()
??put_request()
??Review
Follow-Ups
The text was updated successfully, but these errors were encountered: