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

Need Example #92

Open
kiranmaya opened this issue Jun 17, 2022 · 0 comments
Open

Need Example #92

kiranmaya opened this issue Jun 17, 2022 · 0 comments

Comments

@kiranmaya
Copy link

kiranmaya commented Jun 17, 2022

hi, I'm new to c#,
here I observed that this project uses autofac , I don't understand the need for autofac builder here .cand you write one example implementation.
containerBuilder .RegisterClient<IHighFrequencyTradingApi>(myHftUrl) .WithApiKey(myApiKey);
I don't find any RegisterClient class in autofac .
in readme file
Note: Send your api-key as api-key header or as argument to the specific calls.
do we need to send API key here with HTTP client ,or will this lib do automatically.

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

No branches or pull requests

1 participant