You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/me/figo/FigoConnection.java
+5-10Lines changed: 5 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -22,21 +22,16 @@
22
22
23
23
packageme.figo;
24
24
25
+
importcom.google.common.io.BaseEncoding;
26
+
importme.figo.internal.*;
27
+
importme.figo.models.BusinessProcess;
28
+
importme.figo.models.ProcessToken;
29
+
25
30
importjava.io.IOException;
26
31
importjava.io.UnsupportedEncodingException;
27
32
importjava.net.URLEncoder;
28
33
importjava.nio.charset.Charset;
29
34
30
-
importcom.google.common.io.BaseEncoding;
31
-
32
-
importme.figo.internal.CreateUserRequest;
33
-
importme.figo.internal.CreateUserResponse;
34
-
importme.figo.internal.CredentialLoginRequest;
35
-
importme.figo.internal.TokenRequest;
36
-
importme.figo.internal.TokenResponse;
37
-
importme.figo.models.BusinessProcess;
38
-
importme.figo.models.ProcessToken;
39
-
40
35
41
36
/**
42
37
* Representing a not user-bound connection to the figo connect API. Its main purpose is to let user login via the OAuth2 API and/or create business processes.
Copy file name to clipboardExpand all lines: src/main/java/me/figo/FigoException.java
+3-87Lines changed: 3 additions & 87 deletions
Original file line number
Diff line number
Diff line change
@@ -22,8 +22,6 @@
22
22
23
23
packageme.figo;
24
24
25
-
importcom.google.gson.annotations.Expose;
26
-
27
25
/***
28
26
* Base Class for all figo Exceptions. It extends the normal Java exceptions with an error_code field, which carries the computer readable error reason.
29
27
*
@@ -37,21 +35,10 @@ public class FigoException extends Exception {
0 commit comments