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

New service endpoint in Sitecoreship #56

Open
AnweshaGD opened this issue Feb 29, 2016 · 3 comments
Open

New service endpoint in Sitecoreship #56

AnweshaGD opened this issue Feb 29, 2016 · 3 comments

Comments

@AnweshaGD
Copy link

How do we create a new endpoint in sitecoreship?
My requirement:

I want to post a Sitecore .update package to that new endpoint located in the target instance and get back an anti .update package for the same. How do I proceed with this?

@pveller
Copy link
Contributor

pveller commented Feb 29, 2016

Ship is an HTTP handler that maps to /services. URL (endpoint) resolution is done in code. Classic ASP.NET version checks strings. Nothing fancy. Nancy uses route mapping. To extend Ship you will need to clone the git repo and basically work with the source code. I can give you more recipes but I'm not familiar with the update anti packages. Ship doesn't really read the update package. It uses Sitecore APIs to install it - same APIs the updateinstallationwizard.aspx is. You may be better off writing your own endpoint with Web API / SSC - just less "ceremonies" to achieve what you need.

Sent from my iPhone

On Feb 29, 2016, at 6:19 AM, AnweshaGD [email protected] wrote:

How do we create a new endpoint in sitecoreship?
My requirement:

I want to post a Sitecore .update package to that new endpoint located in the target instance and get back an anti .update package for the same. How do I proceed with this?


Reply to this email directly or view it on GitHub.

@AnweshaGD
Copy link
Author

Thanks pveller!!! Will try the solution out...

@kevinobee
Copy link
Owner

@AnweshaGD I am adding this to the features list being developed for the SSC Web API based release of Sitecore.Ship

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants