@@ -40,7 +40,7 @@ Add this dependency to your project's POM:
4040<dependency >
4141 <groupId >com.fastcomments</groupId >
4242 <artifactId >client</artifactId >
43- <version >0.0.24 </version >
43+ <version >0.0.25 </version >
4444 <scope >compile</scope >
4545</dependency >
4646```
@@ -56,7 +56,7 @@ Add this dependency to your project's build file:
5656 }
5757
5858 dependencies {
59- implementation "com.fastcomments:client:0.0.24 "
59+ implementation "com.fastcomments:client:0.0.25 "
6060 }
6161```
6262
@@ -70,7 +70,7 @@ mvn clean package
7070
7171Then manually install the following JARs:
7272
73- * ` target/client-0.0.24 .jar `
73+ * ` target/client-0.0.25 .jar `
7474* ` target/lib/*.jar `
7575
7676## Getting Started
@@ -90,7 +90,7 @@ import com.fastcomments.api.DefaultApi;
9090public class Example {
9191 public static void main (String [] args ) {
9292 ApiClient defaultClient = Configuration . getDefaultApiClient();
93- defaultClient. setBasePath(" http ://localhost " );
93+ defaultClient. setBasePath(" https ://fastcomments.com " );
9494
9595 // Configure API key authorization: api_key
9696 ApiKeyAuth api_key = (ApiKeyAuth ) defaultClient. getAuthentication(" api_key" );
@@ -119,7 +119,7 @@ public class Example {
119119
120120## Documentation for API Endpoints
121121
122- All URIs are relative to * http ://localhost *
122+ All URIs are relative to * https ://fastcomments.com *
123123
124124Class | Method | HTTP request | Description
125125------------ | ------------- | ------------- | -------------
0 commit comments