Clean up the interface between Token
in models/tokens
and Token
in core/response
.
#15
Labels
enhancement
New feature or request
I think it would make the code easier to understand and maintain if these two types had slightly different names and there would be some kind of
from_token
andto_token
methods that convert them into one another.Furthermore, use
Self
instead ofToken
incore/response
where applicable, to further differentiate between the two.The text was updated successfully, but these errors were encountered: