GithubHelp home page GithubHelp logo

skqr / hateoas-bundle-example Goto Github PK

View Code? Open in Web Editor NEW
7.0 7.0 2.0 135 KB

An example app using the GOintegro HATEOAS bundle.

Home Page: http://javilorenzana.com

License: MIT License

PHP 96.95% HTML 0.29% RAML 2.76%

hateoas-bundle-example's People

Contributors

skqr avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

hateoas-bundle-example's Issues

Sending empty collection throws ERROR_NOT_ENTITY_COLLECTION exception.

Sending a empty collection throws a exception.

URL: http://127.0.0.1:8000/api/v1/users
Method: POST.

Data:

{
  "users" : {
    "username" : "example",
    "email" : "[email protected]",
    "name" : "Menzo",
    "surname" : "Wijmenga",
    "password" : "passwor",
    "links" : {
      "user-groups" : [] 
    }  
  }
}

Exception:
ERROR_NOT_ENTITY_COLLECTION / "La relación "user-groups" contiene un , se esperaba una colección de entidades que implementase Collection."

File: GoIntegro\Bundle\HateoasBundle\JsonApi\EntityResource.php:173.

Fatal error

After installation, the following error is returned for any get request:

Catchable Fatal Error: Argument 4 passed to GoIntegro\Hateoas\JsonApi\Request\Parser::__construct() must be an instance of GoIntegro\Hateoas\JsonApi\Request\SortingParser, instance of GoIntegro\Hateoas\JsonApi\Request\PaginationParser given, called in G:\Content\Work\Website\wamp\www\sf2\app\cache\dev\appDevDebugProjectContainer.php on line 2082 and defined in G:\Content\Work\Website\wamp\www\sf2\vendor\gointegro\hateoas\GoIntegro\Hateoas\JsonApi\Request\Parser.php line 120 (500 Internal Server Error)

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.