webapi-last-tag-uid #58
Reference in New Issue
Block a user
Delete Branch "webapi-last-tag-uid"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@@ -62,0 +71,4 @@@webapp.route('/api/v1/last_tag_uid', methods=['GET'])async def last_tag_uid_get(request):tag, _ = nfc.get_last_uid()return "No tag present" if tag is None else tagI would prefer it if the api returned json, e.g. null for none, tag id as string or array if tag exists.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.