Design uniform API return result. ZabbixAPIResult has 3 fields: code, data, message.
Refactor Request class and change "params" from Map to Object. It resolve the main problem
of original project that it can’t support multiple params. The issue url:https://github.com/hengyunabc/zabbix-api/issues/9
Hi, hengyunabc, I've refactored the project (https://github.com/tinawenqiao/zabbix3api) and do some things as following: