Closed JackKrubb closed 1 year ago
https://github.com/fordkuppp/vending/blob/f75a15931efb8d59312574430e38286e9de15672/vending/api.py#L20
Example: get_all_machines()
Flask-RESTful requires function to be named as such. It's HTTP get method.
get
https://github.com/fordkuppp/vending/blob/f75a15931efb8d59312574430e38286e9de15672/vending/api.py#L20
Example: get_all_machines()