Recent

Author Topic: TFPHTTPClient y OPENKM  (Read 86624 times)

critter

  • New Member
  • *
  • Posts: 20
TFPHTTPClient y OPENKM
« on: May 03, 2018, 05:01:23 pm »
Hello everyone.
I am trying to integrate my application for the OpenKM document manager (www.openkm.com) through restful. According to the manual to create a folder using the curl command is as follows:

$ curl -u okmAdmin: admin -H "Accept: application / json" \
    -X POST -H "Content-Type: application / json" -d '/ okm: root / newfolder' \
    http: // localhost: 8080 / OpenKM / services / rest / folder / createSimple

Can someone tell me how to move the next order using the TFPHTTPClient?

Thank you.

 

TinyPortal © 2005-2018