Skip to content

Commit a9fc5f0

Browse files
committed
chore: misc updates based on api doc changes and file changes
1 parent a84d17c commit a9fc5f0

4 files changed

Lines changed: 22 additions & 24 deletions

File tree

.openapi-generator/FILES

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@
44
.github/ISSUE_TEMPLATE/bug_report.yaml
55
.github/ISSUE_TEMPLATE/config.yaml
66
.github/ISSUE_TEMPLATE/feature_request.yaml
7-
.github/dependabot.yaml
87
.gitignore
98
CHANGELOG.md
109
CONTRIBUTING.md
1110
LICENSE
12-
NOTICE.txt
1311
README.md
1412
VERSION.txt
1513
api/openapi.yaml
@@ -102,18 +100,17 @@ docs/WriteAuthorizationModelResponse.md
102100
docs/WriteRequest.md
103101
docs/WriteRequestDeletes.md
104102
docs/WriteRequestWrites.md
105-
example/Makefile
106-
example/README.md
107-
example/example1/README.md
108-
example/example1/build.gradle
109-
example/example1/gradle.properties
110-
example/example1/gradle/wrapper/gradle-wrapper.jar
111-
example/example1/gradle/wrapper/gradle-wrapper.properties
112-
example/example1/gradlew
113-
example/example1/settings.gradle
114-
example/example1/src/main/java/dev/openfga/sdk/example/Example1.java
115-
example/example1/src/main/kotlin/dev/openfga/sdk/example/KotlinExample1.kt
116-
example/example1/src/main/resources/example1-auth-model.json
103+
examples/README.md
104+
examples/basic-examples/README.md
105+
examples/basic-examples/build.gradle
106+
examples/basic-examples/gradle.properties
107+
examples/basic-examples/gradle/wrapper/gradle-wrapper.jar
108+
examples/basic-examples/gradle/wrapper/gradle-wrapper.properties
109+
examples/basic-examples/gradlew
110+
examples/basic-examples/settings.gradle
111+
examples/basic-examples/src/main/java/dev/openfga/sdk/example/Example1.java
112+
examples/basic-examples/src/main/kotlin/dev/openfga/sdk/example/KotlinExample1.kt
113+
examples/basic-examples/src/main/resources/example1-auth-model.json
117114
gradle.properties
118115
gradle/wrapper/gradle-wrapper.jar
119116
gradle/wrapper/gradle-wrapper.properties

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fopenfga%2Fjava-sdk.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fopenfga%2Fjava-sdk?ref=badge_shield)
99
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/openfga/java-sdk/badge)](https://securityscorecards.dev/viewer/?uri=github.com/openfga/java-sdk)
1010
[![Join our community](https://img.shields.io/badge/slack-cncf_%23openfga-40abb8.svg?logo=slack)](https://openfga.dev/community)
11-
[![X](https://img.shields.io/twitter/follow/openfga?color=%23179CF0&logo=twitter&style=flat-square "@openfga on Twitter")](https://x.com/openfga)
11+
[![X](https://img.shields.io/twitter/follow/openfga?color=%23179CF0&logo=x&style=flat-square "@openfga on X")](https://x.com/openfga)
1212

1313
This is an autogenerated Java SDK for OpenFGA. It provides a wrapper around the [OpenFGA API definition](https://openfga.dev/api).
1414

@@ -66,7 +66,7 @@ OpenFGA is designed to make it easy for application builders to model their perm
6666

6767
- [OpenFGA Documentation](https://openfga.dev/docs)
6868
- [OpenFGA API Documentation](https://openfga.dev/api/service)
69-
- [Twitter](https://twitter.com/openfga)
69+
- [X](https://x.com/openfga)
7070
- [OpenFGA Community](https://openfga.dev/community)
7171
- [Zanzibar Academy](https://zanzibar.academy)
7272
- [Google's Zanzibar Paper (2019)](https://research.google/pubs/pub48190/)
@@ -300,6 +300,7 @@ public class Example {
300300
}
301301
```
302302

303+
303304
### Get your Store ID
304305

305306
You need your store id to call the OpenFGA API (unless it is to call the [CreateStore](#create-store) or [ListStores](#list-stores) methods).

0 commit comments

Comments
 (0)