Prime Number Service A RESTful Web Service that returns all Prime Numbers up to and including a number provided Example The REST call should look like http://host.com/primes/10 and should return JSON content: { “initial”: 10 “primes”: [2,3,5,7] }