Skip to content

Commit a7b282a

Browse files
feat(api): manual updates
1 parent 98ac121 commit a7b282a

4 files changed

Lines changed: 9 additions & 4 deletions

File tree

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 8
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/brand-dev%2Fbrand.dev-de37a4d4350c9cbde36a0e712baa6bf4f00c7ce9b70f5b24d18558740bbfa35b.yml
33
openapi_spec_hash: 60eed6f8f984700475d589a871c73932
4-
config_hash: a7a306a1c85eef178e7989e0ce5979c6
4+
config_hash: 4e76a07aea49753a61313dcd8c10fb0f

README.md

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

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

10-
The Brand Dev Java SDK provides convenient access to the Brand Dev REST API from applications written in Java.
10+
The Brand Dev Java SDK provides convenient access to the [Brand Dev REST API](https://docs.brand.dev/) from applications written in Java.
1111

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

1414
<!-- x-release-please-start-version -->
1515

16-
Javadocs are available on [javadoc.io](https://javadoc.io/doc/com.branddev.api/brand-dev-java/0.1.0-alpha.12).
16+
The REST API documentation can be found on [docs.brand.dev](https://docs.brand.dev/). Javadocs are available on [javadoc.io](https://javadoc.io/doc/com.branddev.api/brand-dev-java/0.1.0-alpha.12).
1717

1818
<!-- x-release-please-end -->
1919

SECURITY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ before making any information public.
1818
If you encounter security issues that are not directly related to SDKs but pertain to the services
1919
or products provided by Brand Dev, please follow the respective company's security reporting guidelines.
2020

21+
### Brand Dev Terms and Policies
22+
23+
Please contact hello@brand.dev for any questions or concerns regarding the security of our services.
24+
2125
---
2226

2327
Thank you for helping us keep the SDKs and systems they interact with secure.

buildSrc/src/main/kotlin/brand-dev.publish.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ configure<PublishingExtension> {
1111
pom {
1212
name.set("Brand API")
1313
description.set("API for retrieving brand data from any website")
14-
url.set("https://www.github.com/brand-dot-dev/java-sdk")
14+
url.set("https://docs.brand.dev/")
1515

1616
licenses {
1717
license {
@@ -22,6 +22,7 @@ configure<PublishingExtension> {
2222
developers {
2323
developer {
2424
name.set("Brand Dev")
25+
email.set("hello@brand.dev")
2526
}
2627
}
2728

0 commit comments

Comments
 (0)