installing an api

Discussion in 'PHP' started by onlinestudio, Feb 17, 2008.

  1. #1
    I am trying to install the revver api on one of my sites... but can't figure out the first thing about installing an api through php. Any resources or hints you can point out would be awesome. Thanks guys.
     
    onlinestudio, Feb 17, 2008 IP
  2. 00johnny

    00johnny Peon

    Messages:
    149
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    if your not familiar with apis at all might be worth starting with a simple one. Goto domaintools.com and get a developer account, you can use their apis to check domain registration... they have a full source code example you can use that uses and api calls... this may not be an exact answer your looking for but its a start....
     
    00johnny, Feb 18, 2008 IP
  3. jayshah

    jayshah Peon

    Messages:
    1,126
    Likes Received:
    68
    Best Answers:
    1
    Trophy Points:
    0
    #3
    Most API's come with some kind of documentation and example code bases. It's next to impossible to work without both of these, so dig around to see if you can find yours. The examples will show you what to send, what'll be received, and what to parse.

    Jay
     
    jayshah, Feb 18, 2008 IP
  4. onlinestudio

    onlinestudio Peon

    Messages:
    237
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Yea the documentation is quite lacking in my opinion but here is what they give. They give this as sample code and then a folder with all of the different php files. So would I just ftp all of the given php files into a new folder on my server and then call up this script somehow.

     
    onlinestudio, Feb 18, 2008 IP