Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.
IronKinoko edited this page Jun 16, 2020 · 1 revision

All api here

[
  {
    "path": "/api",
    "methods": [
      "GET"
    ]
  },
  {
    "path": "/api/gallery",
    "methods": [
      "GET"
    ]
  },
  {
    "path": "/api/gallery/:gid/:token",
    "methods": [
      "GET"
    ]
  },
  {
    "path": "/api/gallery/:gid/:token/:p",
    "methods": [
      "GET"
    ]
  },
  {
    "path": "/api/gallery/loadImg",
    "methods": [
      "GET"
    ]
  },
  {
    "path": "/api/gallery/img",
    "methods": [
      "GET"
    ]
  },
  {
    "path": "/api/popular",
    "methods": [
      "GET"
    ]
  },
  {
    "path": "/api/watched",
    "methods": [
      "GET"
    ]
  },
  {
    "path": "/api/favorites",
    "methods": [
      "GET"
    ]
  },
  {
    "path": "/api/favorites/info",
    "methods": [
      "GET"
    ]
  },
  {
    "path": "/api/user/login",
    "methods": [
      "POST"
    ]
  },
  {
    "path": "/api/user/setting",
    "methods": [
      "POST"
    ]
  },
  {
    "path": "/api/user/logout",
    "methods": [
      "POST"
    ]
  },
  {
    "path": "/api/user/test/cookie",
    "methods": [
      "GET",
      "POST"
    ]
  }
]
Clone this wiki locally