-
Notifications
You must be signed in to change notification settings - Fork 1
5. For external developers
Chingiz Olzhabaev edited this page Jun 14, 2024
·
1 revision
Depends on scenario it could take some activities from both sides (yours and ours).
We believe that most of external integrators have a bit similar flow of using their libs.
Scenario 1:
Project provides a libriary from nuget.
The libriary is a wrapper for sending http requests to a server (aka SDK
).
Solution:
- Integrate
Services.AddHttpClient()
to your lib. Then your users should just modify appsettings.development.json file and all http logs will be added to Diol Tool Window.