Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Devrim Gunyel
core
Commits
f729e29b
Commit
f729e29b
authored
Oct 22, 2019
by
Piotr Gawron
Browse files
Merge branch 'pmc-api-version' into 'devel_14.0.x'
pmc API version changed See merge request
minerva/core!975
parents
b64bc684
540068fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
annotation/src/main/java/lcsb/mapviewer/annotation/services/PubmedParser.java
View file @
f729e29b
...
...
@@ -43,7 +43,7 @@ public class PubmedParser extends CachableInterface implements IExternalService
/**
* Version of the remote API that is supported by this connecting class.
*/
static
final
String
SUPPORTED_VERSION
=
"6.
1
"
;
static
final
String
SUPPORTED_VERSION
=
"6.
2
"
;
static
final
String
API_URL
=
"https://www.ebi.ac.uk/europepmc/webservices/rest/"
;
/**
* Length of {@link #PUBMED_PREFIX} string.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment