Skip to content

Commit ac8473d

Browse files
authored
Update README.md
1 parent 904f670 commit ac8473d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ func main() {
3232

3333
// Create a token for a list of scopes
3434
scopes := []string{
35-
"GET:test.cap.openapi.it/cerca_comuni",
36-
"POST:test.postontarget.com/fields/country",
35+
"GET:test.imprese.openapi.it/advance",
36+
"POST:test.postontarget.com/fields/country",
3737
}
38-
ttl := 2592000
38+
ttl := 3600
3939
resp, err := oauthClient.CreateToken(ctx, scopes, ttl) // returns the json as string
4040
if err != nil {
4141
log.Fatal(err)

0 commit comments

Comments
 (0)