DJTommek / mapycz-api

Unofficial PHP 8 implementation of Mapy.cz API
4 stars 0 forks source link

Endpoint search #1

Open DJTommek opened 3 years ago

DJTommek commented 3 years ago

Add support for API endpoint for searching: https://pro.mapy.cz/search Similarly to other endpoints, this can be altered to request and return data in XML by adjusting HTTP headers content-type: text/xml and accept: application/json instead of application/x-base64-frpc respectively.