Commit Graph

96 Commits

Author SHA1 Message Date
Cadey Ratio a98f5fcd3a modernize nimble file 2016-04-11 00:56:11 -07:00
Cadey Ratio 0a2daa0140 why was this still there 2016-04-11 00:35:05 -07:00
Cadey Ratio b0dc06c75a more horse 2016-03-25 11:54:13 -07:00
Christine Dodrill 0575283f5c MORE HORSE 2016-03-05 10:05:13 -08:00
Christine Dodrill 5e6f321c9c Update README 2016-01-16 08:31:43 -08:00
Christine Dodrill bb55555bdd vendor the clients 2016-01-16 08:27:10 -08:00
Christine Dodrill a0fd4d1588 don't fail in nim for hiatus 2016-01-16 08:17:08 -08:00
Christine Dodrill 95cb346e20 fix the clients 2016-01-16 08:15:54 -08:00
Christine Dodrill b0bd424056 typo 2016-01-16 08:07:44 -08:00
Christine Dodrill d7a5ccb2cb add run artifacts
Closes #6
2016-01-16 08:00:22 -08:00
Christine Dodrill b4ec8adf9c Fix for Nim 0.12
Revert "fix"

This reverts commit f4bf5ebe0b.
2016-01-16 07:45:10 -08:00
Christine Dodrill 8e92e1097e fix newest/last aired routes 2015-11-28 16:57:07 -08:00
Christine Dodrill f4bf5ebe0b fix 2015-11-20 13:49:09 -08:00
Christine Dodrill e47a4da840 more episodes 2015-11-20 13:41:27 -08:00
Christine Dodrill 3e27f55a76 update episode list 2015-11-14 16:59:11 -08:00
Christine Dodrill 895f8011a7 Add IRC command as a catchall 2015-11-07 08:22:25 -08:00
Christine Dodrill 5472c5c969 TIME ZONES 2015-11-07 08:05:12 -08:00
Christine Dodrill 6b7b1c78d1 daylight savings time 2015-11-07 08:03:37 -08:00
Christine Dodrill 77ba95c811 update episode list 2015-10-15 11:50:13 -07:00
Christine Dodrill 92def355ff Reverse 5-19 and 5-20 titles
Thanks ColtonDRG in #Yayponies for catching this
2015-09-21 00:14:07 -07:00
Christine Dodrill af1521874d update air time of Friendship Games 2015-09-19 18:32:59 -07:00
Christine Dodrill d668137e95 One more 2015-09-17 06:53:22 -07:00
Christine Dodrill 2982eb2bd5 Add more ponies
http://www.equestriadaily.com/2015/09/three-new-episode-titles-and-synopsis.html
2015-09-17 06:52:23 -07:00
Christine Dodrill 375278bc12 add contributing guidelines 2015-09-08 23:34:14 -07:00
Christine Dodrill c050b65bbf Add X-API-Options documentation 2015-09-08 16:23:22 -07:00
Christine Dodrill 882b5b1551 Add new X-API-Options header for bare replies
Setting X-API-Options to bare will return unpacked values.

    $ curl --header "X-API-Options: bare" http://127.0.0.1:5000/last_aired
    {
        "name": "Do Princesses Dream of Magic Sheep?",
        "air_date": 1436628600,
        "season": 5,
        "episode": 13,
        "is_movie": false
    }
2015-09-08 15:48:06 -07:00
Christine Dodrill 791b7d59a0 Use a template for JSON rendering, etc 2015-09-08 15:20:22 -07:00
Christine Dodrill 50a6d7b5f6 fix closing bracket here 2015-08-28 16:15:06 -07:00
Christine Dodrill dc24fa6b48 Collect and report statistics about usage of the api server 2015-08-27 20:32:07 -07:00
Christine Dodrill 5d3a94bffa Show the time that the server was started in a HTTP header 2015-08-27 20:31:47 -07:00
Christine Dodrill a0688e4b55 Add Made in Manehattan 2015-08-25 20:34:18 -07:00
Christine Dodrill 6aa9ec5b18 Merge pull request #5 from akaritakai/master
Improved failure behavior and spelling corrections.
2015-08-19 15:35:55 -07:00
Justin Kaufman 8dfbfd2f2b Improved failure behavior and spelling corrections. 2015-08-19 17:10:53 -05:00
Christine Dodrill 0b3e015482 fix gitignore and permissions 2015-08-18 16:40:45 -07:00
Christine Dodrill 50c2cbed2c Merge pull request #4 from akaritakai/master
Java Client
2015-08-18 14:34:31 -07:00
Justin Kaufman 20cad274e6 Added Java client 2015-08-18 15:55:35 -05:00
Christine Dodrill 956d57a9dd update nim docs 2015-08-17 15:01:47 -07:00
Christine Dodrill 34682afd1e Update git rev checking 2015-08-17 14:47:34 -07:00
Christine Dodrill e2fd239e37 Update Python API client 2015-08-17 14:46:04 -07:00
Christine Dodrill 0cc73a2e95 Update Nim API client 2015-08-17 14:36:32 -07:00
Christine Dodrill 045f69d53a Update Go API client 2015-08-17 14:36:24 -07:00
Christine Dodrill b5d36da2b6 Add /last_aired route
For @ask-compu
2015-08-17 14:32:05 -07:00
Christine Dodrill 24ef6f4c69 Show git commit hash of server in replies 2015-08-17 14:30:38 -07:00
Christine Dodrill 67c484ee19 split off episode manipulation code into its own module 2015-08-15 10:59:53 -07:00
Christine Dodrill d80166a420 List comprehensions are good, let's use them 2015-08-14 14:21:43 -07:00
Christine Dodrill 813e1164c1 time each test suite 2015-08-14 07:51:12 -07:00
Christine Dodrill 9489789334 Use `result`
It is idiomatic nim
2015-08-13 21:19:44 -07:00
Christine Dodrill c7af9e9bb2 Tests: be less verbose 2015-08-13 21:18:36 -07:00
Christine Dodrill 577de316ac update gitattributes 2015-08-13 21:10:34 -07:00
Christine Dodrill 3ce8c3b833 static -> public, use bash 2015-08-13 21:09:02 -07:00