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

Take args from JSON post data #8

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

Take args from JSON post data #8

wants to merge 9 commits into from

Commits on Apr 3, 2017

  1. Take args from JSON post data

    Makes a change in the API to allow for multiple locations to be passed
    
    Resolves #7
    abrandemuehl committed Apr 3, 2017
    Configuration menu
    Copy the full SHA
    c8e822a View commit details
    Browse the repository at this point in the history
  2. Add vending error checking

    The machine will return the index of the vend that failed
    abrandemuehl committed Apr 3, 2017
    Configuration menu
    Copy the full SHA
    e47adf4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dac83a8 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2017

  1. Configuration menu
    Copy the full SHA
    13dea4d View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2017

  1. Configuration menu
    Copy the full SHA
    b75a99e View commit details
    Browse the repository at this point in the history
  2. Fix bounds checking

    abrandemuehl committed Apr 5, 2017
    Configuration menu
    Copy the full SHA
    7ee4f65 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6942484 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2017

  1. Fix up errors

    abrandemuehl committed Apr 8, 2017
    Configuration menu
    Copy the full SHA
    c624e4d View commit details
    Browse the repository at this point in the history
  2. Make status page return useful information

    The flask app is now multithreaded. Only one request will handle merch
    at a time through /vend, and the /status endpoint will return 200 if the
    machine is available to vend, and 503 if it is currently vending
    abrandemuehl committed Apr 8, 2017
    Configuration menu
    Copy the full SHA
    595d0ee View commit details
    Browse the repository at this point in the history