Skip to content

Spring Boot project demonstrating a sample of how to integrate with 3rd party API Eventful open api used for samples : http://api.eventful.com/json/events/search Exposes a few endpoints that returns the data in a different format from the one returned by eventful api Provides a sample / example of usage of Factory Pattern and treating backend se…

Notifications You must be signed in to change notification settings

in-tandem/spring_boot_third_party_api_sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

home_project

Spring Boot project demonstrating a sample of how to integrate with 3rd party API Eventful open api used for samples : http://api.eventful.com/json/events/search

  1. Exposes a few endpoints that returns the data in a different format from the one returned by eventful api
  2. Provides a sample / example of usage of Factory Pattern and treating backend services as adapters( in this case eventful api)
  3. You will also get some samples/examples of full blown spring mvc tests and unit tests

About

Spring Boot project demonstrating a sample of how to integrate with 3rd party API Eventful open api used for samples : http://api.eventful.com/json/events/search Exposes a few endpoints that returns the data in a different format from the one returned by eventful api Provides a sample / example of usage of Factory Pattern and treating backend se…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages