Hipo / university-domains-list-api

The API server for the University Domains
MIT License
171 stars 44 forks source link

Hosted API returning json that unescape double quotes #1

Closed mamat-rahmat closed 7 years ago

mamat-rahmat commented 7 years ago

Some of the university name use double quotes. The Hosted API returning json that unescape double quotes creating invalid json.

I tried to investigate. But, when i run this app locally error arise from 404 response of endpoint https://raw.githubusercontent.com/Hipo/university-domains-list-api/master/world_universities_and_domains.json. I though the endpoint should be https://raw.githubusercontent.com/Hipo/university-domains-list/master/world_universities_and_domains.json

After fixing this i found that the json result is ok. I think this repo is not updated with Hosted API. Is it?

yigitguler commented 7 years ago

That might be true. We will check as soon as possible.