Open nicolasfranck opened 6 years ago
def api_base_url
site + "/v#{API_VERSION}"
end
?
probably need to include the token when requesting the person details, otherwise you'll get "access denied" in the member api.
What do you mean by "discussion"? Where this behaviour should be implemented (either in your code, or in the callback code)?
discussion
is a label we use in our Kanban board at https://waffle.io/datacite/datacite. There is more than one way to resolve this.
any news on this?
api_base_url now only distinguishes between the public api and the public sandbox api. The member api is not used:
When requesting the person details it uses https://pub.orcid.org instead of https://api.orcid.org. Seems like method site and namespace are not used anymore?