Closed StevenWInfo closed 7 years ago
A small correction: I meant application token rather than authentication token. I didn't realize there was a difference, but publishing requires an authentication token whereas increased max calls requires an application token. The authentication token work will be a part of the publishing work if I end up getting around to it.
Added another parameter to all of the request functions where you can insert a Maybe AppToken
. AppToken
is currently just a type synonym for String
and you can use Nothing
if you don't have an app token.
Currently, the bindings can only make requests without SODA authentication tokens which means that those requests will be limited. If an application using these bindings wanted to make a lot of queries, it would want to add the authentication token, so it will need to be able to add it.
I'm not sure if this is necessary for the public release, but it should definitely be done at some point.