Skip to content

Commit

Permalink
Switched to seatsio.net as API URL to increase reliability
Browse files Browse the repository at this point in the history
  • Loading branch information
mroloux committed Jun 18, 2018
1 parent c3ec7d7 commit b8fd86d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ Then you can refer to seatsio-java as a regular package:
```
// build.gradle
dependencies {
compile 'com.github.seatsio:seatsio-java:16'
compile 'com.github.seatsio:seatsio-java:17'
}
// pom.xml
<dependency>
<groupId>com.github.seatsio</groupId>
<artifactId>seatsio-java</artifactId>
<version>16</version>
<version>17</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/seatsio/SeatsioClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public SeatsioClient(String secretKey, String baseUrl) {
}

public SeatsioClient(String secretKey) {
this(secretKey, "https://api.seats.io");
this(secretKey, "https://api.seatsio.net");
}

public String getBaseUrl() {
Expand Down

0 comments on commit b8fd86d

Please sign in to comment.