Recently someone asked me this question:
Can you give us URL (using http4:// or https4://) of your getCountry endpoint
Quick google search for https4 suggests that this is a "Camel" endpoint. Also based on a answer to this question What exactly is Apache Camel? , my understanding is that Camel in an internal medium that can connect various projects inside an enterprise (please correct if I am wrong). From the examples and snippets on this project's homepage, this looks very Java/Scala specific.
I have Ruby on rails project that exposes a RESTful API, for which this question is intended, as such I do not think I have implemented it in a Enterprise Integration Pattern
(whatever this means).
So when someone asks me for a https4
endpoint of my API, what exactly are they looking for?