-
Notifications
You must be signed in to change notification settings - Fork 128
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
Created request and response objects for sdk 2.x #222
Conversation
authentication/src/main/kotlin/com/uber/sdk2/auth/api/exception/AuthException.kt
Outdated
Show resolved
Hide resolved
authentication/src/main/kotlin/com/uber/sdk2/auth/api/request/AuthDestination.kt
Outdated
Show resolved
Hide resolved
authentication/src/main/kotlin/com/uber/sdk2/auth/api/request/AuthType.kt
Outdated
Show resolved
Hide resolved
authentication/src/main/kotlin/com/uber/sdk2/auth/api/request/CrossApp.kt
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have a personal preference of grouping the top-level definitions in a single file if they're small and closely related to each other. But that's just preference.
I'd like to keep it this way. To me it becomes easier in searching, referencing and more readable. Thanks for the suggestion. |
Added