So if you have a domain name, whether on one server or multiple, how do you represent multiple APIs.
There are a couple of ways this might be structure from a domain situation.
You may have for example:
example.com/iot/sensor1
example.com/iot/sensor2
example.com/image_processing1
example.com/image_processing2
or
sensor1.example.com/
sensor2.example.com
image_processing.example.com
image_processing.example.com
The root of the domain of course is example.com so how do we link all these APIs together and support discovery.
So if you have a domain name, whether on one server or multiple, how do you represent multiple APIs.
There are a couple of ways this might be structure from a domain situation.
You may have for example:
example.com/iot/sensor1
example.com/iot/sensor2
example.com/image_processing1
example.com/image_processing2
or
sensor1.example.com/
sensor2.example.com
image_processing.example.com
image_processing.example.com
The root of the domain of course is example.com so how do we link all these APIs together and support discovery.