You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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.
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?
The text was updated successfully, but these errors were encountered: