You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,15 @@ for updates, or [StackOverflow](http://stackoverflow.com/questions/ask) or the [
5
5
6
6
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!
7
7
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 =newJsonServiceClient(baseUrl);
14
+
client.setBasePath();
15
+
```
16
+
8
17
## Install
9
18
10
19
### [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