Skip to content
This repository was archived by the owner on Jan 8, 2019. It is now read-only.

andyet/jsft-api

Repository files navigation

The wolves.technology api

REST API

users

[
  {
    id: "a609a5ea-81dc-46c3-9aa0-c98fffd1d3c4",
    username: "philip"
  },
  {
    id: "c6b100f3-4126-4a97-a0b8-7e4239915960",
    username: "luke"
  }
]

  {
    id: "c6b100f3-4126-4a97-a0b8-7e4239915960",
    username: "luke"
  }

tweets

[
  {
    id: "1e28f7f6-89a5-427d-a92f-9b4742af731e",
    content: "Hey @luke",
    user: {
      id: "a609a5ea-81dc-46c3-9aa0-c98fffd1d3c4",
      username: "philip"
    }
  },
  {
    id: "245a6471-4fc1-46da-8dd1-28e7ba36c8e6",
    content: "aaaawwwwwwwooooooooooooooooooo",
    user: {
        id: "c6b100f3-4126-4a97-a0b8-7e4239915960",
        username: "luke"
    }
  },
  {
    id: "3c6753a1-33c4-4e53-8f49-19cd1feb5295",
    content: "howling is the best @philip",
    user: {
      id: "c6b100f3-4126-4a97-a0b8-7e4239915960",
      username: "luke"
    }
  }
]

[
  {
    id: "245a6471-4fc1-46da-8dd1-28e7ba36c8e6",
    content: "aaaawwwwwwwooooooooooooooooooo",
    user: {
        id: "c6b100f3-4126-4a97-a0b8-7e4239915960",
        username: "luke"
    }
  },
  {
    id: "3c6753a1-33c4-4e53-8f49-19cd1feb5295",
    content: "howling is the best @philip",
    user: {
      id: "c6b100f3-4126-4a97-a0b8-7e4239915960",
      username: "luke"
    }
  }
]

[
  {
    id: "1e28f7f6-89a5-427d-a92f-9b4742af731e",
    content: "Hey @luke",
    user: {
      id: "a609a5ea-81dc-46c3-9aa0-c98fffd1d3c4",
      username: "philip"
    }
  },
]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •