+ Reply to Thread
Results 1 to 2 of 2

Thread: MindTouch with java

  1. #1

    Default MindTouch with java

    Hello All, I am a newbie here. I want to retrieve data from a site(Admin is my colleague) which uses MindTouch. So I am trying to connect to MindTouch Server using HTTP protocol. The problem I am facing is the url to connect to it

    HttpClient httpclient = new DefaultHttpClient();
    HttpGet get = new HttpGet("...url....");

    Can someone help me the url part here and Yes I must only use java.
    Any help here will be appreciated. Thank you

  2. #2
    Join Date
    Jul 2006
    Location
    San Diego, CA
    Posts
    5,450

    Default

    You're going to have to be more precise. There are over 100+ different end-points for access to various data. You can retrieve a list of all end-points by going to http://your-server/@api/deki/@about

    In general, all end-points will be of the form http://your-server/@api/deki/...
    Steve G. Bjorg - Chief Architect
    Did you check the MindTouch FAQ?
    Found a bug? Report it.
    Follow me on Twitter
    Find us on IRC: irc.freenode.net #mindtouch

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts