Implement a JMS

Issue #39 new
Laurent De Coninck created an issue

Hello,

I just pull your repository using composer. It's a super lib but for me a feature is missing : a parser.

My question is how do you consume your library ? * Directly in Javascript ? * Do you have a model object ?

If the second response is your, can I implement a JMS serializer (https://github.com/schmittjoh/serializer) in your project ?

Cheers L.

Comments (6)

  1. Alexandru Guzinschi

    No, for the moment there are no models, so you need to consume the raw json response.

    Response parsing should land in 1.0 release.

  2. Laurent De Coninck reporter

    hello,

    do you have already something, or can I help you on something ?

    cheers L.

  3. Alexandru Guzinschi

    I didn't started working on 1.0 release and I didn't wrote a roadmap yet, so you can't help in this area for now.

    However, I could use those models ; so if you start working on them for yourself and you are willing to share them, leave a link to a repository where I can find them or if the work is private, send me a patch.

  4. Laurent De Coninck reporter

    Ok, no problem for the roadmap. I prefer to work with object so I'll implement this.

    Can I fork your gitHub project to work on ?

    Cheers L.

  5. Log in to comment