Skip to content
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

[BSU-0020] - Generic Async/Await Network Layer #39

Open
wants to merge 52 commits into
base: develop
Choose a base branch
from
Open

Conversation

mfsaglam
Copy link
Collaborator

@mfsaglam mfsaglam commented Jan 9, 2023

No description provided.

@mfsaglam mfsaglam linked an issue Jan 12, 2023 that may be closed by this pull request
Copy link
Collaborator

@bahaadesso bahaadesso left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • We have BaseServiceProvider. We should also have WebServiceProvider for defining various services.
  • Remote Data Source can be defined.
  • Example Response, Repository can be defined.
  • Authenticated request can be implemented later.

Pr can be improved but it works very well with an example api :)

BoilerPlateSwiftUI/Network/Entities/RequestObject.swift Outdated Show resolved Hide resolved
@mfsaglam mfsaglam changed the title [BSU-0020] Generic Async/Await Network Layer [BSU-0020] - Generic Async/Await Network Layer Jan 18, 2023
fatih.saglam@adesso.com.tr and others added 21 commits January 19, 2023 14:06
…hat we do not need to check how many times 'dataForRequest' invoked
…oError' conforms to equatable so that we can compare the errors inside tests
… target as an extension, since it is for testing purposes only
…revent any breaking changes in the future
# Conflicts:
#	BoilerPlateSwiftUI.xcodeproj/project.pbxproj
# Conflicts:
#	BoilerPlateSwiftUI.xcodeproj/project.pbxproj
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BSU-0020] - Async-Await Network Layer
4 participants