Git Product home page Git Product logo

xivapi-php's People

Contributors

colbydude avatar emirii avatar supamiu avatar vekien avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

xivapi-php's Issues

Data Options

It appears as though access to Achievements and Minions/Mounts has changed and now the data is not returned, even when passing AC and MIMO as options in the data parameter when using $api->character->get. These and several others always return NULL regardless of parameters passed.

Unexpected :

PHP throws the following error when trying to load the API:

[18-Jun-2019 17:51:12 Australia/Perth] PHP Parse error: syntax error, unexpected ':', expecting ';' or '{' in /home/*****/*****.net/****/admin/XIVAPI/XIVAPI.php on line 70

Tag a release for PHP 8 Support

Hello,

Currently PHP 8.x support is only available on dev-master. Can we get a versioned release tagged so we can lock it in?

Thank you.

Wrong values of constants in SearchFilters

The constants of the file xivapi-php/src/XIVAPI/Api/SearchFilters.php seem to be wrong.
It is actually about the constants LESS_THAN and LESS_THAN_OR_EQUAL_TO.

    const EQUAL_TO                  = '=';
    const GREATER_THAN              = '>';
    const GREATER_THAN_OR_EQUAL_TO  = '>=';
    const LESS_THAN                 = '>';
    const LESS_THAN_OR_EQUAL_TO     = '>=';

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.