-
Notifications
You must be signed in to change notification settings - Fork 0
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
Enhancement 1.0.5 #5
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…he Equinox library
…ed EquinoxUsersHelper.userExists and EquinoxController.successResponse methods
…otations and added the RequiresSuperCall one. Replaced them in the code
…d PaginatedResponse utility class
…t" parameter as receiver
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Overview of Changes
Modularization
Breaking Release
Changelogs
1. Added Request Interceptor
Requester
.2. Added Query Parameters in Request Methods
exec
request methods and their related wrappers in theRequester
class to:Params
inAPIRequest
).3. Integrated
createPaginationQuery
createPaginationQuery
method into theRequester
to handle pagination queries effectively.4. Integrated
PaginatedResponse
PaginatedResponse
class into theenvironment
package for unified paginated data handling.5. Added Custom Constructor to
EquinoxItem
EquinoxItem
that allowed the use of a customIDENTIFIER_KEY
.6. Checked User Existence in
EquinoxUsersHelper
EquinoxUsersHelper
to:7. Added
sendPaginatedRequest
Method inRequester
sendPaginatedRequest
method in theRequester
that:sendRequest
.PaginatedResponse
.8. Added
RequiresSuperCall
AnnotationRequiresSuperCall
annotation (similar toCallSuper
of Android) to:super
in theEquinoxLocalUser
class.9. Added
@DTO
Annotation@DTO
annotation to:convertToRelatedDTO
method.10. Made
request
a Receiver ofsendRequest
sendRequest
method to:request
as its receiver.11. Extended
successResponse
inEquinoxController
successResponse
method of theEquinoxController
to:12. Refactored Packages
Controller
Repository
Service
.13. Added
FilteredQuery
FilteredQuery
to: