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 to handle new Register API response format #562

Merged
merged 2 commits into from
Mar 31, 2017

Commits on Mar 31, 2017

  1. Remove old register API support

    Registers have not been returning data in this format for a long time.
    No need to keep the old code around.
    samcrang committed Mar 31, 2017
    Configuration menu
    Copy the full SHA
    e3f8163 View commit details
    Browse the repository at this point in the history
  2. Update to use new Registers API response format

    The response you receive from a request for the `/records` endpoint is
    changing. This will be a breaking change. This change provides support
    for both the old and new response style whilst we transition.
    
    The biggest change here is the addition of a list of items under the
    `item` [sic] key within each record. For the Country Register this will
    only contain a single item.
    samcrang committed Mar 31, 2017
    Configuration menu
    Copy the full SHA
    84a3f40 View commit details
    Browse the repository at this point in the history