Narnoo / Narnoo-PHP-API-Library

This is a library for Narnoo's API in PHP
http://www.narnoo.com
1 stars 0 forks source link

my operators should be shown on ManageOperators #3

Closed cnlangzi closed 12 years ago

cnlangzi commented 12 years ago

For now, we have to download xml file on http://www.narnoo.com/distributor/manageOperators.php if we want to check our operators.

It may be better to show directly my operator list on the page.

cnlangzi commented 12 years ago

Because I want to check whether the operator is added when I call 'addOperator' to add a new operator. just report this issue as a bug/suggestion :-)

Narnoocom commented 12 years ago

This is now achieved via the listOperators() function. We also have another function singleOpeartorDetail(op_id) that retrieves a single operator's details.