Skip to content

rest-feeds/restfeed-server-spring-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

restfeed-server-spring-example

This is an example implementation, how to implement a REST Feed Endpoint with Spring Boot and the restfeed-server-spring library.

The example implementation uses an embedded H2 database and connects with plain JDBC.

A themoviedb.org file export is used to populate data. The first 10.005 entries are imported.

Demo

You can retrieve the demo feed under https://example.rest-feeds.org/movies.

curl -H 'Accept: application/json' https://example.rest-feeds.org/movies
curl -H 'Accept: application/json' https://example.rest-feeds.org/movies?offset=2001
curl -H 'Accept: application/json' https://example.rest-feeds.org/movies?offset=10006
curl -H 'Accept: text/xml' https://example.rest-feeds.org/movies

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published