From f562293e4e1a8f7a78b5060a7e5c8f3e96b4a77b Mon Sep 17 00:00:00 2001 From: Demis Bellot Date: Mon, 5 Feb 2024 10:58:12 +0800 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 3827ace3..e73e9007 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,15 @@ for updates, or [StackOverflow](http://stackoverflow.com/questions/ask) or the [ This repository contains the source for ServiceStack plugins for the leading Android Studio, IntelliJ and Eclipse Java IDE's providing Java developers a highly productive development experience for consuming Typed ServiceStack Services by leveraging [Add ServiceStack Reference](https://github.com/ServiceStack/ServiceStack/wiki/Add-ServiceStack-Reference) directly within their IDE! +### v1.1.0 Changes + +Switched to use `/api` pre-defined route by default, revert to legacy `/json/reply` pre-defined route with: + +```java +const client = new JsonServiceClient(baseUrl); +client.setBasePath(); +``` + ## Install ### [Install ServiceStack IDEA Plugin on Android Studio and IntelliJ](https://github.com/ServiceStack/ServiceStack/wiki/Java-Add-ServiceStack-Reference#servicestack-idea-android-studio-plugin)