Skip to content

tekdev/globalradio-podcast-rest

Repository files navigation

This springBoot/Jersey RESTFUL service serves Rss from http://mediaweb.musicradio.com/RSSFeed.xml?Channel=9172 as set of resources.
I have used framework

Endpoints

serviceHealthCheck = http://localhost:8080/rssfeed/health
getAllResources = http://localhost:8080/rssfeed
getSingleResourcesById = http://localhost:8080/rssfeed/7589c8d3-9c07-4858-a334-765bd043431b
getResourcesAlternate = http://localhost:8080/rssfeed/7589c8d3-9c07-4858-a334-765bd043431b/alternate
getMostRecentResource = http://localhost:8080/rssfeed/latest
for convenience, you can use google chrome postman plugin with postman.json

Running and Deploying the service

this service can be run by either calling run on /src/main/java/Boot main class or you can call "Java -jar" on a prepakaged jar file

Running unit tests

simply call mvn test from the root directory

Dependencies

No external dependencies is needed to run this service

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages