1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Feature Digital Point API

Discussion in 'Support & Feedback' started by digitalpoint, Nov 26, 2013.

  1. #1
    I built a framework that will allow people with a little programming background to get access to some of the underlying data here.

    Right now it just has a single API type for the digital goods marketplace (allows you to view your licenses as well as download the latest version of anything you are licensed for). This could be for something like add-on or template auto-installers for various platforms. For example something like this.

    The system allows you to generate a secret key that you can reset at any time that allows you to access parts of your account without needing the username/password.

    Generate/reset secret key here: https://forums.digitalpoint.com/account/api
    Documentation for making API calls: https://forums.digitalpoint.com/help/api

    I have a few ideas for other types of data I might create API types for (cookie search and keyword tracker would be good candidates), but always open to ideas of other data types we could open up to the API.
     
    digitalpoint, Nov 26, 2013 IP
  2. digitalpoint

    digitalpoint Overlord of no one Staff

    Messages:
    38,333
    Likes Received:
    2,613
    Best Answers:
    462
    Trophy Points:
    710
    Digital Goods:
    29
    #2
    Made a few changes to the API... Authentication data is passed via HTTP request headers (before it was done with parameters) and the HTTP method used varies for endpoints (instead of using POST for everything, GET is used when you are "getting" data for example).
     
    digitalpoint, Dec 11, 2013 IP
  3. digitalpoint

    digitalpoint Overlord of no one Staff

    Messages:
    38,333
    Likes Received:
    2,613
    Best Answers:
    462
    Trophy Points:
    710
    Digital Goods:
    29
    #3
    digitalpoint, Dec 23, 2013 IP
  4. digitalpoint

    digitalpoint Overlord of no one Staff

    Messages:
    38,333
    Likes Received:
    2,613
    Best Answers:
    462
    Trophy Points:
    710
    Digital Goods:
    29
    #4
    digitalpoint, Dec 31, 2013 IP
    Sugavanas likes this.