Closed fvdm closed 9 years ago
Yes, not very pretty. The alternative would be to leave out verify
, and put it under read
with an optional token (which means it will verify).
For now, let's go with the ugly messagebird.verify.verify
option.
How about messagebird.verify.token
?
I would leave it as messagebird.verify.verify
. Even though it's a bit dubious, it does indicate what it does: verify. If you make it token
, then that would be confusing as it could also (possibly) mean the creation of a token.
OK I'll leave it like this.
What is the preferred method name for token verification?
Verify now has
read
,create
,delete
andverify
, butmessagebird.verify.verify
is not pretty.