8
8
[ ![ 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 )
9
9
[ ![ OpenSSF Scorecard] ( https://api.securityscorecards.dev/projects/github.com/openfga/java-sdk/badge )] ( https://securityscorecards.dev/viewer/?uri=github.com/openfga/java-sdk )
10
10
[ ![ 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 )
12
12
13
13
This is an autogenerated Java SDK for OpenFGA. It provides a wrapper around the [ OpenFGA API definition] ( https://openfga.dev/api ) .
14
14
@@ -66,7 +66,7 @@ OpenFGA is designed to make it easy for application builders to model their perm
66
66
67
67
- [ OpenFGA Documentation] ( https://openfga.dev/docs )
68
68
- [ OpenFGA API Documentation] ( https://openfga.dev/api/service )
69
- - [ Twitter ] ( https://twitter .com/openfga )
69
+ - [ X ] ( https://x .com/openfga )
70
70
- [ OpenFGA Community] ( https://openfga.dev/community )
71
71
- [ Zanzibar Academy] ( https://zanzibar.academy )
72
72
- [ Google's Zanzibar Paper (2019)] ( https://research.google/pubs/pub48190/ )
@@ -82,13 +82,13 @@ It can be used with the following:
82
82
* Gradle (Groovy)
83
83
84
84
``` groovy
85
- implementation 'dev.openfga:openfga-sdk:0.9.0 '
85
+ implementation 'dev.openfga:openfga-sdk:0.9.1 '
86
86
```
87
87
88
88
* Gradle (Kotlin)
89
89
90
90
``` kotlin
91
- implementation(" dev.openfga:openfga-sdk:0.9.0 " )
91
+ implementation(" dev.openfga:openfga-sdk:0.9.1 " )
92
92
```
93
93
94
94
* Apache Maven
@@ -97,26 +97,26 @@ implementation("dev.openfga:openfga-sdk:0.9.0")
97
97
<dependency >
98
98
<groupId >dev.openfga</groupId >
99
99
<artifactId >openfga-sdk</artifactId >
100
- <version >0.9.0 </version >
100
+ <version >0.9.1 </version >
101
101
</dependency >
102
102
```
103
103
104
104
* Ivy
105
105
106
106
``` xml
107
- <dependency org =" dev.openfga" name =" openfga-sdk" rev =" 0.9.0 " />
107
+ <dependency org =" dev.openfga" name =" openfga-sdk" rev =" 0.9.1 " />
108
108
```
109
109
110
110
* SBT
111
111
112
112
``` scala
113
- libraryDependencies += " dev.openfga" % " openfga-sdk" % " 0.9.0 "
113
+ libraryDependencies += " dev.openfga" % " openfga-sdk" % " 0.9.1 "
114
114
```
115
115
116
116
* Leiningen
117
117
118
118
``` edn
119
- [dev.openfga/openfga-sdk " 0.9.0 " ]
119
+ [dev.openfga/openfga-sdk " 0.9.1 " ]
120
120
```
121
121
122
122
@@ -300,6 +300,7 @@ public class Example {
300
300
}
301
301
```
302
302
303
+
303
304
### Get your Store ID
304
305
305
306
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