Skip to content

Challenger

Compare
Choose a tag to compare
@eviltester eviltester released this 17 Jul 10:58
· 424 commits to master since this release

The Challenger is a 'self teaching' gamification API

https://github.com/eviltester/thingifier/tree/master/challenger

There are a list of challenges, and as you complete them, they will be set to true.

This is an initial beta release with only 9 challenges to try out the concept and engine.

java -jar apichallenges.jar

General improvements to Thingifier 1.5.3

  • added hooks at the API request and response level to override default API processing functionality
  • api field order is controlled by the order of definitions
  • added API Config Profiles to make it easier to configure different API versions
  • added filters on GET requests e.g. ?status=true
  • added config to control if JSON or XML is allowed in response configured by accept header
  • HEAD method supported where GET methods supported
  • improved Accept header processing
  • added challenger app
  • started checklist doc