JAL-3851 Allow specifying a sequence index in highlight
[jalview.git] / src / jalview / rest / RestHandler.java
2022-03-28 Ben SoaresJAL-3851 Allow specifying a sequence index in highlight
2022-03-25 Ben SoaresJAL-3851 allow multiple instances of Endpoints. Fixes...
2022-03-23 Ben SoaresJAL-3851 Fix getRequestBody()
2022-03-22 Ben SoaresJAL-3851 merged to develop 2022-03-22
2021-09-09 Ben SoaresJAL-3851 Added GetCrossReferencesEndpoint. Quite a...
2021-09-03 Ben SoaresJAL-3785 renaming, adding to interface, tidying
2021-09-02 Ben SoaresJAL-3851 remove old interface
2021-09-02 Ben SoaresJAL-3851 tidy up REMOVEME logging
2021-09-02 Ben SoaresJAL-3851 fix caching and tidy up old methods
2021-09-02 Ben SoaresJAL-3851 API handling of rest calls
2016-10-25 Jim ProcterJAL-2089 patch broken merge to master for Release 2... releases/Release_2_10_0_Branch
2015-10-16 Jim ProcterJAL-1925 update source version in license Release_2_9_0b2
2015-10-08 Jim ProcterJAL-1894 update year/version in copyright
2015-09-10 Jim ProcterJAL-1645 Version-Rel Version 2.9 Year-Rel 2015 Licensin...
2015-09-10 Jim ProcterJAL-1645 licencing for new files in src
2015-09-10 Jim ProcterJAL-1645 source formatting and organise imports
2015-05-13 gmungocJAL-1575 no-cache headers added to (empty) rest response
2015-05-07 gmungocJAL-1575 bare bones RestHandler added