-
Notifications
You must be signed in to change notification settings - Fork 114
refactor(client): adjust APIs to compatible with 1.7.0 server #685
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
8998fa3
2c85635
9157220
9101077
da285ac
7536ca5
512b9c4
d8f4f22
6c295de
587c6db
62ae4a3
6da9a5e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -19,6 +19,7 @@ | |||||
|
|
||||||
| import java.util.Map; | ||||||
|
|
||||||
| import org.apache.hugegraph.driver.VersionManager; | ||||||
| import org.apache.hugegraph.exception.ServerException; | ||||||
| import org.apache.hugegraph.rest.AbstractRestClient; | ||||||
| import org.apache.hugegraph.rest.ClientException; | ||||||
|
|
@@ -39,18 +40,18 @@ | |||||
| public class RestClient extends AbstractRestClient { | ||||||
|
|
||||||
| private static final int SECOND = 1000; | ||||||
| private String version; | ||||||
sadwitdastreetz marked this conversation as resolved.
Show resolved
Hide resolved
imbajin marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
| @Getter | ||||||
| @Setter | ||||||
| private boolean supportGs; | ||||||
|
||||||
| private boolean supportGs; | |
| private boolean supportGs = false; |
Uh oh!
There was an error while loading. Please reload this page.