Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Feb 5, 2024
1 parent 792fd55 commit f562293
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f562293

Please sign in to comment.