Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the API to v1.4 #2

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Update the API to v1.4 #2

wants to merge 4 commits into from

Commits on Aug 22, 2015

  1. Update API to v1.4

    Updated the API models to v1.4.  In addition:
    
    * Refactored the Unix epoch used in creating DateTime
    instances from timestamps into a utility class
    * Fixed typo "CreatioDate" in UserInformation
    * Changed capitalisation of kunyomi property for consistency
    Iris Ward committed Aug 22, 2015
    Configuration menu
    Copy the full SHA
    d89e802 View commit details
    Browse the repository at this point in the history
  2. Update License

    Add myself to license; change Readme to reference the ISC license that
    is contained in License.txt.
    Iris Ward committed Aug 22, 2015
    Configuration menu
    Copy the full SHA
    2bbd9bf View commit details
    Browse the repository at this point in the history
  3. Fix unix epoch

    Brain fart - the unix epoch is 1970/1/1, not 0/0/0, which is an invalid
    date and raises an exception...
    Iris Ward committed Aug 22, 2015
    Configuration menu
    Copy the full SHA
    bdda361 View commit details
    Browse the repository at this point in the history
  4. Fix #1: Set WebClient encoding

    Set the WebClient encoding to UTF-8 to fix mojibake
    when getting Japanese language text.
    Iris Ward committed Aug 22, 2015
    Configuration menu
    Copy the full SHA
    69072ac View commit details
    Browse the repository at this point in the history