Skip to content

roozbeh-hoseiny/FlightAvailSample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

What is "FlightAvailSample", and what can we learn from it?

This is a sample project to retrieve available flights from multiple suppliers through API calls. It includes a service that uses a supplier factory to obtain the appropriate supplier to call its API.

Each supplier is an adapter that makes an API call to retrieve data, and then maps the response to the desired format.

We can learn:

# Adapter pattern
# Factory pattern
# IHttpClientFactory And IHttpClient
# Delegating Handlers
# HttpClient Hadler
# How to configure logger in a non hosted console application

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages