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

Adds Counters and Lists REST API Conformance Tests #3546

Merged
merged 5 commits into from
Dec 16, 2023

Commits on Dec 15, 2023

  1. Updates SDK server UpdateCounter to handle multiple changes in one re…

    …quest
    
    as the REST API can request to change the capacity, count, and countdiff all in one request.
    
    Also updates the SDK Server to follow the same change update pattern as the local SDK server of first updating the capacity, then setcount, then countdiff.
    
    Fixes a bug in the local SDK server to properly update the setcount.
    igooch committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    3f34686 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db0438b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5171a59 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2023

  1. Configuration menu
    Copy the full SHA
    f71ef71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a710c98 View commit details
    Browse the repository at this point in the history