aboutsummaryrefslogtreecommitdiff
path: root/player/endpoints.f90
AgeCommit message (Collapse)Author
2022-10-27Auto appending the token by adding gemini-style query strings when posting, ↵Jeffrey Armstrong
or using titan, is now disabled since titan already handles the token in a different manner.
2022-06-27Added player report of task type, which the captain will show in the job ↵Jeffrey Armstrong
summary.
2022-04-11Added token validation to all api calls, esp. checkins. Changed status ↵Jeffrey Armstrong
reports to use better query structure. Added query derived types to the request derived types directly. Requires testing of actual builds.
2021-04-15Added license and readme to the projectJeffrey Armstrong
2021-04-05Fixed checkin json to return a name of instructions needed and a job idJeffrey Armstrong
2021-04-05Fixed URL issues in playerJeffrey Armstrong
2021-03-27Starting work towards processing external gemini requests.Jeffrey Armstrong
2021-03-25Added endpoints and convenience functions for talking to the server. ↵Jeffrey Armstrong
Completed task loop and run loop.