- The source for the cyberdojo/model Docker image.
- A docker-containerized stateless http micro-service for https://cyber-dojo.org.
- GET group_exists?(id)
- POST group_create(manifests,options)
- GET group_manifest(id)
- POST group_join(id,indexes)
- GET group_joined(id)
- GET kata_exists?(id)
- POST kata_create(manifest,options)
- GET kata_manifest(id)
- GET kata_events(id)
- GET kata_event(id,index)
- GET katas_events(ids,indexs)
- POST kata_ran_tests(id,index,files,stdout,stderr,status,summary)
- POST kata_predicted_right(id,index,files,stdout,stderr,status,summary)
- POST kata_predicted_wrong(id,index,files,stdout,stderr,status,summary)
- POST kata_reverted(id,index,files,stdout,stderr,status,summary)
- POST kata_checked_out(id,index,files,stdout,stderr,status,summary)
- GET kata_option_get(id,name)
- POST kata_option_set(id,name,value)