These are the endpoints available
[url]/game
get game [url]/intro
get project introduction [url]/flow
get game flowcharts [url]/open/{account code}
get app for Writer [url]/judge/{account code}
get app for Judge [url]/overvew
get app for Reviewer [url]/upload
get app for Artist [url]/play/{storynumber}
get app for Gamedesigner [url]/ask4key
get sign up form for author or judge account.[url]/getkey
get new key sent by email.[url]/users
POST one new user
[url]/story
POST a new individual story by author.[url]/score
POST an array of scores by judge.[url]/asset/
POST any file to AWS S3 asset/ sub-bucket.[url]/delete/asset/
delete an asset file[url]/story/{storynumber}
get story by id.[url]/list/assets/{prefix}
list items in asset sub-bucket where name starts with prefix.[url]/stories
get all stories in database.[url]/sample/{storypoint}
get all exemplar story for this storypoint.[url]/stories/by/{email}
get all stories by author referenced as email.[url]/scores
get all scores.[url]/users
get all users by name.[url]/counts
get count of stories by storypoint.[url]/candidates/{storypoint}
get all stories written for this storypoint.[url]/all
get quick view of content and user participation.[url]/count
get count of stories by storypoint.[url]/count/u
get count of stories by author.[url]/storypoint/{storypoint}
get email list to authors concerning any story written to this storypoint.[url]/favicon.ico
get the icon from somewhere.