ddcprg / prime-number-service

REST service that generates prime numbers
Apache License 2.0
1 stars 0 forks source link

Accept both XML and JSON media types #4

Closed ddcprg closed 6 years ago

ddcprg commented 6 years ago

As a API user I'd like to be able to choose the media type used to talk to the service So I can have clients for different platforms

Acceptance Criteria

The service must accept both application/json and application/xml