Skip to content

Commit f562293

Browse files
committed
Update README.md
1 parent 792fd55 commit f562293

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ for updates, or [StackOverflow](http://stackoverflow.com/questions/ask) or the [
55

66
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!
77

8+
### v1.1.0 Changes
9+
10+
Switched to use `/api` pre-defined route by default, revert to legacy `/json/reply` pre-defined route with:
11+
12+
```java
13+
const client = new JsonServiceClient(baseUrl);
14+
client.setBasePath();
15+
```
16+
817
## Install
918

1019
### [Install ServiceStack IDEA Plugin on Android Studio and IntelliJ](https://github.com/ServiceStack/ServiceStack/wiki/Java-Add-ServiceStack-Reference#servicestack-idea-android-studio-plugin)

0 commit comments

Comments
 (0)