0
I’m trying to place requests to an API: EGOI but get an error.
The request is as follows::
http://api.e-goi.com/v2/rest.php?method=checklogin&apikey=minhaAPIKEY
You know how I pass parameters to ZEND?
I get the following error:
<?xml version="1.0" encoding="UTF-8"?>
<Egoi_Api generator="zend" version="1.0">
<checklogin>
<ERROR>NO_USERNAME_AND_PASSWORD_AND_APIKEY</ERROR>
<status>success</status>
</checklogin>
</Egoi_Api>
Have you tried looking around here?
– StatelessDev
Yes, I’ve checked all the documentation and nothing :/
– Jean-Pierre Carvalho