Decicus / DecAPI

API provider/proxy that provides plaintext responses - Documentation: https://docs.decapi.me/
https://decapi.me/
MIT License
118 stars 23 forks source link

Fix support for iZurvive map search #33

Closed Decicus closed 6 years ago

Decicus commented 6 years ago

The /dayz/izurvive endpoint has been "outdated" for some time. This should in theory fix that. Unfortunately, I can't make it fully automated due to the way the API endpoints referenced in #16 work (the /current endpoint doesn't seem to be working with the format they use for the "latest" version).

Luckily, the only thing that now is necessary is to update the URL in app/Console/Commands/RefreshIzurviveLocations and run the command.

Closes #16