[SOLVED - See update]
Hi there,
Managed to get my head round the API thanks to the .org docs. Most helpful.
I'm using a Python wrapper (linked to on wiki) and I can execute all the API I need to create a new item but I can't add it to an already existing Graph.
Now from what I can see the graphitem part is key here but it's missing the ability to create or update an existing one.
Is there any 'experimental' approach or docs I can explore to achieve this?
If there isn't I'd love to see the graphitem methods expanded to create and/or update via API.
UPDATE: I can add new items to the graph by specifying the list of items and colours to be used and using graph.update so downgrade this to a 'nice to have' request. I'll list and append any existing items in a graph and update myself.
Cheers
Jamie
Hi there,
Managed to get my head round the API thanks to the .org docs. Most helpful.
I'm using a Python wrapper (linked to on wiki) and I can execute all the API I need to create a new item but I can't add it to an already existing Graph.
Now from what I can see the graphitem part is key here but it's missing the ability to create or update an existing one.
Is there any 'experimental' approach or docs I can explore to achieve this?
If there isn't I'd love to see the graphitem methods expanded to create and/or update via API.
UPDATE: I can add new items to the graph by specifying the list of items and colours to be used and using graph.update so downgrade this to a 'nice to have' request. I'll list and append any existing items in a graph and update myself.

Cheers
Jamie