From a97ec37ef9525fc5658e2682a288aed446f255d7 Mon Sep 17 00:00:00 2001 From: Yihang Xin <46608109+yihangx@users.noreply.github.com> Date: Tue, 15 Oct 2024 01:33:52 -0700 Subject: [PATCH] Update README.md --- README.md | 37 ------------------------------------- 1 file changed, 37 deletions(-) diff --git a/README.md b/README.md index 4802aa9..ec01d91 100644 --- a/README.md +++ b/README.md @@ -3,40 +3,3 @@ **⚠️ This repository is deprecated and will no longer receive updates. Please use the new repository: [wikipathways-java-client](https://github.com/wikipathways/wikipathways-java-client).** For continued support and updates, migrate to the new [WikiPathways Java Client](https://github.com/wikipathways/wikipathways-java-client), which serves as the replacement for this repository. - -Java library for WikiPathways webservice - -Currently under development and testing. - -With this library you can access the pathway database WikiPathways from Java through the REST webservice API (http://webservice.wikipathways.org). -The old SOAP webservice will be discontinued in the near future (spring 2015) and all functionality (also updating and uploading information) have been implemented in the REST API. - -Be aware that update and upload functionality provide special permissions that need to be requested before using those webservice functions. - -Compile the code and run the tests with: - -``` -cd org.wikipathways.client -mvn clean install -``` - -If you want to use a different web service, use (for example): - -``` -cd org.wikipathways.client -mvn -Dwp.webserver=http://otherservice.wikipathways.org clean test -``` - -## OSGi bundle - -Create the OSGi bundle with: - -``` -cd org.wikipathways.client -mvn bundle:bundle -``` - -## TODO -- [x] set up automated testing framework on Jenkins (https://jenkins.bigcat.unimaas.nl/view/WikiPathways/job/WikiPathways%20REST%20Java%20library/) -- [ ] detailed documentation (JavaDoc!) -