Giter Site home page Giter Site logo

esi-php's People

Contributors

nullx27 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

sheridans

esi-php's Issues

Error after install?

I followed the instructions and installed using composer. I ran the PHP in the getting started section, but I get this error message:

Catchable fatal error: Argument 1 passed to nullx27\ESI\Api\AllianceApi::__construct() must be an instance of nullx27\ESI\ApiClient, instance of GuzzleHttp\Client given, called in C:\xampp\htdocs\bu\index.php on line 8 and defined in C:\xampp\htdocs\bu\vendor\nullx27\esi-php\src\Api\AllianceApi.php on line 58

Any thoughts?

Missing corporation/assets API call

There is no option for requesting the /corporations/{corporation_id}/assets/ endpoint. It's listed on the Swagger/latest list, so it seems like it should be available.

getRegionOrders returns not found no matter what info you add.

getRegionOrders returns not found no matter what info you add.

$regionId = 10000002;
        $orderType = "all";
        $typeId = 18;
        $easi = new Easi();
        $market = $easi->market->getRegionOrders($regionId, $orderType);

Running the code above returns not found, no matter if i leave out the typeid or ordertype. Any help would be appreciated.

ApiException in Easi.php line 135:
Not found
in Easi.php line 135
at Easi->__call('getRegionOrders', array(10000002, 'all', 18)) in FrontendController.php line 24
at FrontendController->index()

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.