Skip to content

Commit

Permalink
Update SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Jan 13, 2020
1 parent 99e9877 commit 6a0a0f8
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 16 deletions.
13 changes: 5 additions & 8 deletions docs/api.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@
},
"definitions": {
"Upstream": {
"description": "Upstream Upstream Upstream upstream",
"description": "Upstream Upstream Upstream Upstream upstream",
"type": "object",
"properties": {
"preserve_host": {
Expand Down Expand Up @@ -548,7 +548,7 @@
}
},
"healthStatus": {
"description": "HealthStatus health status",
"description": "HealthStatus HealthStatus health status",
"type": "object",
"properties": {
"status": {
Expand All @@ -558,7 +558,6 @@
}
},
"jsonWebKey": {
"description": "JSONWebKey JSONWebKey JSONWebKey json web key",
"type": "object",
"properties": {
"alg": {
Expand Down Expand Up @@ -635,7 +634,7 @@
}
},
"jsonWebKeySet": {
"description": "JSONWebKeySet json web key set",
"description": "JSONWebKeySet JSONWebKeySet json web key set",
"type": "object",
"properties": {
"keys": {
Expand All @@ -649,7 +648,7 @@
},
"rule": {
"type": "object",
"title": "swaggerRule is a single rule that will get checked on every HTTP request.",
"title": "Rule swaggerRule is a single rule that will get checked on every HTTP request.",
"properties": {
"authenticators": {
"description": "Authenticators is a list of authentication handlers that will try and authenticate the provided credentials.\nAuthenticators are checked iteratively from index 0 to n and if the first authenticator to return a positive\nresult will be the one used.\n\nIf you want the rule to first check a specific authenticator before \"falling back\" to others, have that authenticator\nas the first item in the array.",
Expand Down Expand Up @@ -685,7 +684,6 @@
}
},
"ruleHandler": {
"description": "RuleHandler rule handler",
"type": "object",
"properties": {
"config": {
Expand All @@ -699,7 +697,6 @@
}
},
"ruleMatch": {
"description": "RuleMatch rule match",
"type": "object",
"properties": {
"methods": {
Expand All @@ -716,7 +713,7 @@
}
},
"version": {
"description": "Version version",
"description": "Version Version version",
"type": "object",
"properties": {
"version": {
Expand Down
2 changes: 1 addition & 1 deletion internal/httpclient/models/health_status.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/httpclient/models/json_web_key.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/httpclient/models/json_web_key_set.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/httpclient/models/rule.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/httpclient/models/rule_handler.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/httpclient/models/rule_match.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/httpclient/models/upstream.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/httpclient/models/version.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6a0a0f8

Please sign in to comment.