Skip to content

Commit de83ddb

Browse files
feat(api): manual updates
1 parent f1533ef commit de83ddb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 17
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cas-parser%2Fcas-parser-56b0f699c5437d9e5326626d35dfc972c17d01f12cb416c7f4854c8ea6d0e95e.yml
33
openapi_spec_hash: 158f405c1880706266d83e6ff16b9d2f
4-
config_hash: 71b56825479262e2a16b9a2fe978c174
4+
config_hash: ab495a165f0919b37cbf9efbd0f0e6ef

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<!-- x-release-please-end -->
99

10-
The Cas Parser Java SDK provides convenient access to the Cas Parser REST API from applications written in Java.
10+
The Cas Parser Java SDK provides convenient access to the [Cas Parser REST API](https://docs.casparser.in) from applications written in Java.
1111

1212
It is generated with [Stainless](https://www.stainless.com/).
1313

@@ -22,7 +22,7 @@ Use the Cas Parser MCP Server to enable AI assistants to interact with this API,
2222
2323
<!-- x-release-please-start-version -->
2424

25-
Javadocs are available on [javadoc.io](https://javadoc.io/doc/com.cas_parser.api/cas-parser-java/0.2.1).
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.2.1).
2626

2727
<!-- x-release-please-end -->
2828

buildSrc/src/main/kotlin/cas-parser.publish.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ configure<PublishingExtension> {
1111
pom {
1212
name.set("CAS Parser - Track Portfolios from CDSL, NSDL, CAMS, KFintech")
1313
description.set("API for parsing and analyzing CAS (Consolidated Account Statement) PDF files\nfrom NSDL, CDSL, and CAMS/KFintech, with a unified response format")
14-
url.set("https://www.github.com/CASParser/cas-parser-java")
14+
url.set("https://docs.casparser.in")
1515

1616
licenses {
1717
license {

0 commit comments

Comments
 (0)