Objects

Objects that are returned by the Ryandw11 Images API

Image Object

{
    "file_id": String,
    "uuid": UUID,
    "name": String,
    "caption": String,
    "author_id": UUID,
    "file": String,
    "date": String
}

User Object

{
    "user_id": "e1a4f638-a71a-4e65-82c6-896098e84afa",
    "user_name": "User",
    "date": "2021-05-01 05:24:56"
}

Last updated