Christine Dodrill 2015-09-17 06:51:52 -07:00
parent 375278bc12
commit 2982eb2bd5
2 changed files with 10 additions and 0 deletions

View File

@ -13,6 +13,13 @@ const (
)
func getJson(fragment string) (data []byte, err error) {
c := &http.Client{}
req := &http.Request{
Method: "GET",
}
req.Header.Add("X-API-Options", "bare")
resp, err := http.Get(endpoint + fragment)
if err != nil {
return nil, err

View File

@ -105,6 +105,9 @@ FIM 1436628600 5 13 Do Princesses Dream of Magic Sheep?
FIM 1442071800 5 14 Canterlot Boutique
FIM 1442676600 5 15 Rarity Investigates!
FIM 1443281400 5 16 Made in Manehattan
FIM 1443886200 5 17 Brotherhooves Social
FIM 1444491000 5 18 Crusaders of the Lost Mark
FIM 1445095800 5 20 The One Where Pinkie Pie Knows
FIM 1371340800 99 1 Equestria Girls
FIM 1411862400 99 2 Equestria Girls - Rainbow Rocks
FIM 1443277800 99 3 Equestria Girls - Friendship Games