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

refactor: support for more than one http client #6

Merged
merged 20 commits into from
Jan 27, 2022
Merged

Conversation

yeikel16
Copy link
Owner

@yeikel16 yeikel16 commented Jan 25, 2022

Status
IN DEVELOPMENT

Breaking Changes
YES

Description
Resolve #5 and removes the mandatory dependency to only use the Dio http client for requests

@yeikel16 yeikel16 added enhancement New feature or request help wanted Extra attention is needed labels Jan 25, 2022
@yeikel16 yeikel16 added this to In Porgres in deta-dart via automation Jan 25, 2022
@yeikel16 yeikel16 self-assigned this Jan 25, 2022
@yeikel16 yeikel16 changed the base branch from main to dev January 25, 2022 21:57
@yeikel16 yeikel16 changed the base branch from dev to main January 25, 2022 22:07
Contains the implementation of the `DetaClientApi` interface using Dio.
- upgrade package description
- add LICENSE and CHANGELOG
-  refactor: implement `Exception` in `DetaError` and override `toString` method
…to `dio_client_deta_api`

- rename class `DetaDioClientApi` to `DioClientDetaApi`
- fix: named constructor of `DetaResponse`
* docs: update the README with more information
- add package description
- fix some warnings
- add `client_deta_api` to  dependencies for requests
- improve exception documentation.
- change example file to `.md`
….2` #5

- add url to `homepage` and `repository`
- add LICENSE
 docs: update the README with more information and badges
@yeikel16 yeikel16 merged commit c73d79b into main Jan 27, 2022
deta-dart automation moved this from In Porgres to Done Jan 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
deta-dart
  
Done
Development

Successfully merging this pull request may close these issues.

feat: add support for requests through the http package
1 participant