mirror of
https://github.com/not-kennethreitz/convore.json.git
synced 2026-06-05 23:20:19 +00:00
1 line
3.9 KiB
JSON
1 line
3.9 KiB
JSON
[{"user_id": 4149, "stars": [], "topic_id": 34114, "date_created": 1304741171.9043789, "message": "that is the last message id you got and what programming language are you using?", "group_id": 2780, "id": 948708}, {"user_id": 2597, "stars": [], "topic_id": 34114, "date_created": 1304740897.5918839, "message": "trying to do a call of https://convore.com/api/topics/:topic_id/messages.json with an optional parameter of until_id, where should i put the until_id? https://convore.com/api/topics/:topic_id/messages.json?:until_id", "group_id": 2780, "id": 948691}, {"user_id": 2597, "stars": [], "topic_id": 34114, "date_created": 1304740904.9045329, "message": "can someone show me an example", "group_id": 2780, "id": 948693}, {"user_id": 4149, "stars": [], "topic_id": 34114, "date_created": 1304741013.5101931, "message": "i am guessing since it is a get method you can just put it on the but more like https://convore.com/api/topics/:topic_id/messages.json?until_id=:until_id", "group_id": 2780, "id": 948699}, {"user_id": 2597, "stars": [], "topic_id": 34114, "date_created": 1304741084.469274, "message": "yea..that's what I initially thought.. but it doesn't work...what is the until_id here?", "group_id": 2780, "id": 948704}, {"user_id": 2597, "stars": [], "topic_id": 34114, "date_created": 1304771622.0605769, "message": "Tring to pull out the messages for a topic and calling that API just gives me an empty result", "group_id": 2780, "id": 950620}, {"user_id": 2597, "stars": [], "topic_id": 34114, "date_created": 1304771530.301652, "message": "Can you show me an example? i am just trying this out via a browser and yet it didnt work out", "group_id": 2780, "id": 950599}, {"user_id": 2597, "stars": [], "topic_id": 34114, "date_created": 1304771544.6221299, "message": "I am using objective-C", "group_id": 2780, "id": 950606}, {"user_id": 4149, "stars": [], "topic_id": 34114, "date_created": 1304780336.2440729, "message": "https://convore.com/api/topics/34114/messages.json?until_id=948691", "group_id": 2780, "id": 951127}, {"user_id": 4149, "stars": [], "topic_id": 34114, "date_created": 1304780238.4731929, "message": " i just test the format i gave you https://convore.com/api/topics/:topic_id/messages.json?until_id=:until_id works like a charm, i could extract the top message using it, just make sure your using the message_id and not the user id by mistake", "group_id": 2780, "id": 951125}, {"user_id": 4149, "stars": [], "topic_id": 34114, "date_created": 1304780298.92208, "message": "{\n \"messages\": [\n {\n \"id\": \"948691\",\n \"stars\": [\n\n ],\n \"embeds\": [\n\n ],\n \"message\": \"trying to do a call of https://convore.com/api/topics/:topic_id/messages.json with an optional parameter of until_id, where should i put the until_id? https://convore.com/api/topics/:topic_id/messages.json?:until_id\",\n \"user\": {\n \"img\": \"https://convore2.s3.amazonaws.com/userpics/2597/1299562003.jpg\",\n \"url\": \"/users/equinox/\",\n \"username\": \"equinox\",\n \"id\": \"2597\"\n },\n \"date_created\": 1304740897.59188\n }\n ],\n \"until_id\": null\n}", "group_id": 2780, "id": 951126}, {"user_id": 17897, "stars": [], "topic_id": 34114, "date_created": 1304801566.9436929, "message": "you only need to provide the until_id if you want to page back in the history of the thread. For the initial call where you want to get the most recent messages you don't need the paramter.", "group_id": 2780, "id": 952609}, {"user_id": 2597, "stars": [], "topic_id": 34114, "date_created": 1304867781.5699911, "message": "that's what I am trying to do here, I want to page back in the history... but don't know where am I suppose to get the until_id from", "group_id": 2780, "id": 957936}, {"user_id": 4149, "stars": [], "topic_id": 34114, "date_created": 1304874980.262069, "message": "@equinox it comes right after the array of messages as you can up above", "group_id": 2780, "id": 958631}] |