You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 23, 2018. It is now read-only.
I've been figuring out the search bits but stumbling on the OAuth2 redirect issue (you can't redirect to anything but registered URL's so computed ones that come from a search don't work as far as I can tell). At some point that needs to be addressed but I'd like to get the simpler query stuff working as a client. It might be clearer to split the orcid service in the example client into tier-1 and tier-2 pieces - well, actually the client right now is only doing tier-2 stuff, so I guess what I'm proposing is to create a second implementation of the OrcidService interface that does tier-1.
If you see this and have any concerns about this direction please let me know, I'll probably get this going and post it as another pull request in about a week. Thanks!
The text was updated successfully, but these errors were encountered:
By the way, working on this I accidentally triggered some 500 server errors on api.devsandbox - I think it happened when I sent a request to the Search URL with no query parameter - just straight http://api.devsandbox.orcid.org/search/orcid-bio
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've been figuring out the search bits but stumbling on the OAuth2 redirect issue (you can't redirect to anything but registered URL's so computed ones that come from a search don't work as far as I can tell). At some point that needs to be addressed but I'd like to get the simpler query stuff working as a client. It might be clearer to split the orcid service in the example client into tier-1 and tier-2 pieces - well, actually the client right now is only doing tier-2 stuff, so I guess what I'm proposing is to create a second implementation of the OrcidService interface that does tier-1.
If you see this and have any concerns about this direction please let me know, I'll probably get this going and post it as another pull request in about a week. Thanks!
The text was updated successfully, but these errors were encountered: