You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the UPCLookup (after putting in API key into SavannaAPI and importing everything necessary), I can get a barcode to successfully return a JSON but I cannot use or manipulate or place the JSON into a variable or anything useful. It just gets spit out to the commandline. Is there something I am supposed to do differently?
Example
Attempting to place the JSON into a variable for scripting
data = dict(loads(SavannaAPI.SavannaAPI.callService("barcode/lookup?upc=" + myupc)))
This should place the JSON into the data variable as a dict. it does nothing though.
The text was updated successfully, but these errors were encountered:
When running the UPCLookup (after putting in API key into SavannaAPI and importing everything necessary), I can get a barcode to successfully return a JSON but I cannot use or manipulate or place the JSON into a variable or anything useful. It just gets spit out to the commandline. Is there something I am supposed to do differently?
Example
Attempting to place the JSON into a variable for scripting
data = dict(loads(SavannaAPI.SavannaAPI.callService("barcode/lookup?upc=" + myupc)))
This should place the JSON into the data variable as a dict. it does nothing though.
The text was updated successfully, but these errors were encountered: