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

Multiple Reusable Api Hosts #22

Closed
stephenweinrich opened this issue Oct 7, 2019 · 1 comment
Closed

Multiple Reusable Api Hosts #22

stephenweinrich opened this issue Oct 7, 2019 · 1 comment
Labels
enhancement New feature or request nugetization Requires spinning off a chunk of code into a nupkg

Comments

@stephenweinrich
Copy link
Contributor

Can we create a NuGet package for the reusable api host code? If I wanted to create multiple api hosts I would be duplicating a lot of the common code. Perhaps an official Slalom.BlackSlope.Api.Core could solve this. If the Api layer was really thin maybe only specifying operations, models, mappers and validated and then all the other common code could go into NuGet package. Common could should be open source too so that it can be contributed to, a new repo will be required. Perhaps we could get. GitHub Project called BlackSlope and then have multiple repos to support Api and NuGet package code.

@stephenweinrich stephenweinrich added the enhancement New feature or request label Oct 7, 2019
@pmotameni
Copy link
Contributor

This is a great idea, I started this but hit a blocker, because either we do need a place to host the NuGet or we have to implement a way to build API with Api.Core. I would like to have the former.

@theczorn theczorn closed this as completed Aug 2, 2021
@theczorn theczorn reopened this Aug 2, 2021
@theczorn theczorn marked this as a duplicate of #35 Aug 2, 2021
@theczorn theczorn closed this as completed Aug 2, 2021
@theczorn theczorn added the nugetization Requires spinning off a chunk of code into a nupkg label Aug 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request nugetization Requires spinning off a chunk of code into a nupkg
Projects
None yet
Development

No branches or pull requests

3 participants