API mockup

Posted on
Page
of 2
Prev
/ 2
  • Ditto, in both Safari and Chrome (Mac) I just see:

    [code]{

    "C": "",
    "S": 200,
    "D": {
        "links": [
            {
                "rel": "api",
                "href": "/api"
            }
        ]
    },
    "E": null
    

    }[/code]

  • Hang on, but that's what one would expect to see, right? Because it's an API, not an HTML page. Thread title reading fail.

  • Then it is working.

    API = Application Programming Interface

    And the JSON ( http://www.json.org/ ) that you are viewing describes the API.

    D = data, and in this case contains links to tell you to add /api to the URL, and the next level down will tell you to add /v1 to the URL.

    So you should go to http://home.buro9.com/api/v1/

    And there you can see there are lots of choices, to create microcosms, and then in those to create polls, events, conversations, etc.

    Basically, this is the API working.

    It's not the web site, just the programming interface.

  • Yeah, I know what an API is - I just clicked the link half-expecting to see a microcosm.app mockup. Brain not working today.

  • Post a reply
    • Bold
    • Italics
    • Link
    • Image
    • List
    • Quote
    • code
    • Preview
About

API mockup

Posted by Avatar for Velocio @Velocio

Actions