Frannsoft / FrannHammer

Restful api for Smash 4 and Ultimate frame data as told by KuroganeHammer.
MIT License
42 stars 0 forks source link

Ultimate endpoint seems to be broken #298

Closed PaulEunKim closed 4 years ago

PaulEunKim commented 4 years ago

smash4 endpoint works but when game=ultimate, {"Message":"Resource of type 'ICharacter' not found."}

Frannsoft commented 4 years ago

Hello! Are you seeing this when requesting info for a specific Character?

PaulEunKim commented 4 years ago

Yeah, so I tried curl https://api.kuroganehammer.com/api/characters/name/ganondorf?game=ultimate but curl https://api.kuroganehammer.com/api/characters/name/ganondorf works perfectly fine for S4. I'm looking for the Ultimate data. Thanks in advance!

Frannsoft commented 4 years ago

Hmm, so I hit both of those endpoints and I get data back (including using curl). Is it possible you had a typo in your original request? Looking through logs I don't see any 404s associated with calls to ganondorf.

Frannsoft commented 4 years ago

Hi @PaulEunKim, are you still seeing an issue on your side regarding this?

PaulEunKim commented 4 years ago

Forgot quotes on curl request hehe. Thanks for the speedy responses!