OpenCog RestApi Testing Demo
Test DELETE Atoms
Removes an atom from AtomSpace
http://opencog.github.io/rest-api-documentation/#!//delete
Test GET Atoms
Returns a list of atoms matching the specified criteria
http://opencog.github.io/rest-api-documentation/#!//get
Test POST Atoms
Creates a new atom. If the atom already exists, it updates the atom.
http://opencog.github.io/rest-api-documentation/#!//post
Test PUT Atoms
Updates the AttentionValue (STI, LTI, VLTI) or TruthValue of an atom
http://opencog.github.io/rest-api-documentation/#!//put
Test POST Scheme
Send a shell command to the cogserver
http://opencog.github.io/rest-api-documentation/#!//post_0_1
Test POST Shell
Send a command to the Scheme interpreter
http://opencog.github.io/rest-api-documentation/#!//post_0