Moresand.SharedKernel
by: Moresand.SharedKernel
- 7.927k total downloads
- Latest version: 5.2.0-alpha001
Package Description
Moresand.SharedKernel.Async
by: MOS Team
- 265 total downloads
- Latest version: 1.0.1
Package Description
Moresand.SharedKernel.Async.Kafka
by: Moresand.SharedKernel.Async.Kafka
- 60 total downloads
- Latest version: 1.0.0-beta010
Package Description
Moresand.SharedKernel.Async.Postgres
by: MOS Team
- 15 total downloads
- Latest version: 1.0.1
Package Description
Moresand.SharedKernel.DynamicConfiguration
by: MOS Team
- 49 total downloads
- Latest version: 1.0.1
Package Description
Moresand.SharedKernel.Mos.Contacts
by: Moresand.SharedKernel.Mos.Contacts
- 38 total downloads
- Latest version: 1.0.0-beta003
Package Description
Moresand.SharedKernel.Mos.Contracts
by: Moresand.SharedKernel.Mos.Contracts
- 207 total downloads
- Latest version: 1.0.0
Package Description
Moresand.SharedKernel.Serilog
by: Moresand.SharedKernel.Serilog
- 52 total downloads
- Latest version: 1.0.2
Package Description
Moresand.SharedKernel.Testing
by: Moresand.SharedKernel.Testing
- 118 total downloads
- Latest version: 1.0.1
Scaffolding for proper integration tests for your project
Moresand.StaffApi.Client
by: Moresand
- 612 total downloads
- Latest version: 1.0.0
Client library for interacting with Staff API
Moresand.TaskApi.Client
by: Moresand
- 2 total downloads
- Latest version: 1.0.1
Client library for interacting with Task API
Moresand.Utilities.RefererParser
by: Moresand.Utilities.RefererParser
- 441 total downloads
- Latest version: 3.0.1
Library for extracting attribution data from referer. This is a fork from snowplow-referer-parser/dotnet-referer-parser on github
Moresand.Utilities.SecretsManagement
by: Moresand.Utilities.SecretsManagement
- 1.107k total downloads
- Latest version: 0.1.69
Package Description
Moresand.Utilities.SecretsManagement.AwsSecretsManager
by: Moresand.Utilities.SecretsManagement.AwsSecretsManager
- 1.11k total downloads
- Latest version: 0.1.69
Package Description
MOSClientAPI.Client
by: MOSClientAPI.Client
- 1.012k total downloads
- Latest version: 1.0.0
Client library for interacting with Client API
MOSCruiseSearchAPI.Client
by: MOSCruiseSearchAPI.Client
- 1.085k total downloads
- Latest version: 0.1.2
Client library for interacting with Cruise Search API
MosFlightUtilities
by: Moresand Technologies
- 1.215k total downloads
- Latest version: 2.3.6
Package Description
MosFlightWidgetHelper
by: Chathurangi
- 3.67k total downloads
- Latest version: 2.4.5
Package Description
MosProductRuleApi.Client
by: MosProductRuleApi.Client
- 12 total downloads
- Latest version: 1.0.5
Client library for interacting with Mos Product Rule API
Ocelot
by: Tom Pallister
- 26 total downloads
- Latest version: 21.0.1-moresand
Ocelot is an API Gateway. The project is aimed at people using .NET running a micro services / service orientated architecture that need a unified point of entry into their system. In particular I want easy integration with IdentityServer reference and bearer tokens. reference tokens. Ocelot is a bunch of middlewares in a specific order. Ocelot manipulates the HttpRequest object into a state specified by its configuration until it reaches a request builder middleware where it creates a HttpRequestMessage object which is used to make a request to a downstream service. The middleware that makes the request is the last thing in the Ocelot pipeline. It does not call the next middleware. The response from the downstream service is stored in a per request scoped repository and retrived as the requests goes back up the Ocelot pipeline. There is a piece of middleware that maps the HttpResponseMessage onto the HttpResponse object and that is returned to the client. That is basically it with a bunch of other features.