Tom Tuddenham
Tom Tuddenham
Apologies to all who are waiting on this feature. I have been working on it, but flip flopping between easy and insecure solutions (_e.g._ basic auth or simple token over...
OK folks. Write access via the API is finally up and running, albeit in quite a primitive state. Please see the updated README for details: https://github.com/ferrisoxide/brocade.io#api-access Apologies it has taken...
Awesome sauce. Editing and adding is on the way, fingers crossed this week. Just working on normalising GTIN length, then that's next.
> Let me know if there's anything I can help with even if its just testing Will do. Once write access is in place there'll be more of the API...
@MrRedBeard Write access is available now. Sorry it took so long - been under the pump, but clear now (or.. for now)
@MrRedBeard Details here: https://github.com/ferrisoxide/brocade.io#api-access It's all very primitive, but progress.
### DEV NOTE Also, consider: https://www.rfc-editor.org/rfc/rfc5218#section-2.1
### Notes Checking unique keys in the `products.properties` field: ``` select distinct(json_data.key) from products, jsonb_each(products.properties) as json_data ``` returns ``` potassium weight_g fiber carbohydrate sugars unit_count size author monounsaturated_fat volume_ml...
### Notes Per discussions on [Schema.org](https://github.com/schemaorg/schemaorg/issues/1685), repeated values are fine. This is valid Product data: ```json { "@context": "https://schema.org", "@type": "Product", "additionalProperty": [ { "@type": "PropertyValue", "name": "myCustomProperty", "value": "my...
### DEV NOTE Might be also worth getting my head around SHACL https://www.w3.org/TR/shacl/ Also, JSON-LD Best Practices https://w3c.github.io/json-ld-bp/#bp-summary