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

Allow inject a dio instance #104

Merged
merged 2 commits into from
Apr 10, 2023

Conversation

RodolfoSilva
Copy link
Contributor

Description

Allows Mirai to accept a Dio instance, which enables users to take full advantage of all the features provided by Dio, including powerful interceptors. By injecting a Dio instance, users can customize their HTTP requests and responses, add authentication headers, handle errors, and more. This improves the flexibility and robustness of the library's networking functionality.

Type of Change

  • New feature (non-breaking change which adds functionality)
  • Bug fix (non-breaking change which fixes an issue)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Code refactor
  • Build configuration change
  • Documentation
  • Chore

@divyanshub024 divyanshub024 merged commit 88d7202 into Securrency-OSS:main Apr 10, 2023
@divyanshub024
Copy link
Contributor

Thank you for your contribution @RodolfoSilva 🙌🏻

@RodolfoSilva RodolfoSilva deleted the inject-dio branch April 10, 2023 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants