Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add LEADERBOARD MyHits API Call #11

Open
MasterCash opened this issue Dec 4, 2019 · 0 comments
Open

Add LEADERBOARD MyHits API Call #11

MasterCash opened this issue Dec 4, 2019 · 0 comments
Labels
mid priority Mid level priority items
Milestone

Comments

@MasterCash
Copy link
Owner

Add functionality for GET /groups/:group_id/likes/for_me

A list of messages others have liked

Responses

200 OK
    {
      "messages": [
        {
          "id": "1234567890",
          "source_guid": "GUID",
          "created_at": 1302623328,
          "user_id": "1234567890",
          "group_id": "1234567890",
          "name": "John",
          "avatar_url": "https://i.groupme.com/123456789",
          "text": "Hello world ☃☃",
          "system": true,
          "favorited_by": [
            "101",
            "66",
            "1234567890"
          ],
          "attachments": [
            {
              "type": "image",
              "url": "https://i.groupme.com/123456789"
            },
            {
              "type": "image",
              "url": "https://i.groupme.com/123456789"
            },
            {
              "type": "location",
              "lat": "40.738206",
              "lng": "-73.993285",
              "name": "GroupMe HQ"
            },
            {
              "type": "split",
              "token": "SPLIT_TOKEN"
            },
            {
              "type": "emoji",
              "placeholder": "",
              "charmap": [
                [
                  1,
                  42
                ],
                [
                  2,
                  34
                ]
              ]
            }
          ]
        }
      ]
    }
@MasterCash MasterCash added the mid priority Mid level priority items label Dec 4, 2019
@MasterCash MasterCash added this to the v1 milestone Dec 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mid priority Mid level priority items
Projects
None yet
Development

No branches or pull requests

1 participant