Re: [Neo] PHP REST API client

2010-04-14 Thread Alastair James
Thanks! On 14 April 2010 10:53, Mattias Persson wrote: > I saw that and fixed that as well! > ___ Neo mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo] PHP REST API client

2010-04-14 Thread Mattias Persson
I saw that and fixed that as well! 2010/4/14 Alastair James > Hi... > > On 14 April 2010 08:16, Mattias Persson wrote: > > > Cool, I just verified that you can create a relationship with properties > in > > the REST API, f.ex: > > > > { > >"to": "http://localhost:/node/123";, > >"ty

Re: [Neo] PHP REST API client

2010-04-14 Thread Alastair James
On 14 April 2010 08:20, Peter Neubauer wrote: > Very cool! > > In case you are up to it, maybe write some additions to the > http://wiki.neo4j.org/content/PHP ? I think this may easily become the > preferred way to interact with Neo4j from PHP! > Cheers Peter. I will write something on there (an

Re: [Neo] PHP REST API client

2010-04-14 Thread Alastair James
Hi... On 14 April 2010 08:16, Mattias Persson wrote: > Cool, I just verified that you can create a relationship with properties in > the REST API, f.ex: > > { >"to": "http://localhost:/node/123";, >"type": "knows", >"data": { >"foo": "bar", >"baz": 43 > } > }

Re: [Neo] PHP REST API client

2010-04-14 Thread Peter Neubauer
Very cool! In case you are up to it, maybe write some additions to the http://wiki.neo4j.org/content/PHP ? I think this may easily become the preferred way to interact with Neo4j from PHP! Cheers, /peter neubauer COO and Sales, Neo Technology GTalk: neubauer.peter Skype peter.neubau

Re: [Neo] PHP REST API client

2010-04-14 Thread Mattias Persson
2010/4/14 Alastair James > Hi all. > > Just got a basic PHP REST client API up and running. > > Features: > > > * Node creation > * Node loading by id > * Node delete > * Create relationship between two nodes (does not store properties in > relationships yet. Might be a REST API bug) > * List / f

[Neo] PHP REST API client

2010-04-13 Thread Alastair James
Hi all. Just got a basic PHP REST client API up and running. Features: * Node creation * Node loading by id * Node delete * Create relationship between two nodes (does not store properties in relationships yet. Might be a REST API bug) * List / filter relationships on a node Pretty rough at t