const features = [ "Issue a GET against clients. The response will be all the active clients as a JSON object.", "Issue a POST against auth and provide the keys username and password. The result will be a JSON object representing the authenticated user.", "Issue a GET against smallitems. The response will be all smallitems, sorted by name, as a JSON object.", "Issue a POST against scancheck and provide the keys clientid, userid, quantity, and itemcode of the small item. The result will be a JSON object representing the item name, item description, the date of the transation, and the quantity removed from inventory.", "Issue a PATCH against reset. The quantity of each small item will be set to 100, and all the small item history will be deleted.", "Issue a GET against smallitemreport. The result will be a JSON object, showing all the small items, ordered by name, and the date of the last transaction.", "Created by Jeremy Shafer", "Last modified by Jeremy Shafer", ];