Coder Social home page Coder Social logo

liveagent-api-scala-akka's People

Contributors

dependabot[bot] avatar dmolnarqu avatar jszaszi avatar jzernovic avatar mbebjak avatar

Watchers

 avatar  avatar  avatar  avatar

liveagent-api-scala-akka's Issues

Object properties with underscore are ignored

Example:
I'm calling APIv3 call to get connected email account by email address. The request is sent, successfully arrives into APIv3 enpoint, gets processed and returns something like this:

Array
(
    [mailaccount_id] => zMozg6xU
    [fetch_type] => I
    [email] => [email protected]
    [department_id] => default
    [status] => A
    [provider] => gmailOAuth
    [last_mail_date] =>
    [last_fetch_date] =>
)

but when it is deserialized to generated scala case class it looks like this:

MailAccount(None,None,Some([email protected]),None,Some(A),Some(gma
ilOAuth),None,None)

As can be seen filled are only properties, that does not have underscore in their names as the case class properties are converted to camelCase notation from liveagent.yaml definition:

MailAccount:
    description: Mail account
    type: object
    properties:
      mailaccount_id:
        type: string
      fetch_type:
        type: string
        description: |
          I - Imap, 3 - POP3, P - piping, B - built-in, F - forwarding
      email:
        type: string
      department_id:
        type: string
      status:
        type: string
        description: |
          A - active, I - inactive, P - pending, S - skipping
      provider:
        type: string
      last_mail_date:
        type: string
      last_fetch_date:
        type: string

So the mailaccount_id property name from yaml defininition is converted to mailaccountId in generated scala case class property.

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.