Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 474 Bytes

getOwnUserBlocks.md

File metadata and controls

25 lines (21 loc) · 474 Bytes

getOwnUserBlocks

import { getOwnUserBlocks } from "osm-api";

await getOwnUserBlocks();

Response:

[
  {
    "created_at": "2014-10-07T09:21:12Z",
    "ends_at": "2014-10-07T09:21:31Z",
    "id": 1,
    "needs_view": false,
    "reason": "test block",
    "creator": { "uid": 632, "user": "pnorman" },
    "revoker": { "uid": 632, "user": "pnorman" },
    "user": { "uid": 1154, "user": "SimonDev" },
    "updated_at": "2014-10-07T09:21:31Z"
  }
]