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
The Cas Parser Java SDK provides convenient access to the [Cas Parser REST API](https://docs.casparser.in) from applications written in Java.
10
+
The Cas Parser Java SDK provides convenient access to the [Cas Parser REST API](https://casparser.in/docs) from applications written in Java.
11
11
12
12
It is generated with [Stainless](https://www.stainless.com/).
13
13
@@ -22,7 +22,7 @@ Use the Cas Parser MCP Server to enable AI assistants to interact with this API,
22
22
23
23
<!-- x-release-please-start-version -->
24
24
25
-
The REST API documentation can be found on [docs.casparser.in](https://docs.casparser.in). Javadocs are available on [javadoc.io](https://javadoc.io/doc/com.cas_parser.api/cas-parser-java/0.4.0).
25
+
The REST API documentation can be found on [casparser.in](https://casparser.in/docs). Javadocs are available on [javadoc.io](https://javadoc.io/doc/com.cas_parser.api/cas-parser-java/0.5.0).
26
26
27
27
<!-- x-release-please-end -->
28
28
@@ -33,7 +33,7 @@ The REST API documentation can be found on [docs.casparser.in](https://docs.casp
name.set("CAS Parser - Track Portfolios from CDSL, NSDL, CAMS, KFintech")
13
13
description.set("API for parsing and analyzing CAS (Consolidated Account Statement) PDF files\nfrom NSDL, CDSL, and CAMS/KFintech, with a unified response format")
Copy file name to clipboardExpand all lines: cas-parser-java-client-okhttp/src/main/kotlin/com/cas_parser/api/client/okhttp/CasParserOkHttpClientAsync.kt
+1-11Lines changed: 1 addition & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -207,23 +207,13 @@ class CasParserOkHttpClientAsync private constructor() {
207
207
/**
208
208
* The base URL to use for every request.
209
209
*
210
-
* Defaults to the production environment: `https://portfolio-parser.api.casparser.in`.
211
-
*
212
-
* The following other environments, with dedicated builder methods, are available:
0 commit comments