/spring_boot_third_party_api_sample

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 services as adapters( in this case eventful api) You will also get some samples/examples of full blown spring mvc tests and unit tests

Primary LanguageJava

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