inaturalistjs
    Preparing search index...

    Type Alias GetPostsForUserData

    type GetPostsForUserData = {
        body?: never;
        path?: never;
        query?: { newerThan?: string; olderThan?: string; page?: string };
        url: "/posts/for_user";
    }
    Index

    Properties

    Properties

    body?: never
    path?: never
    query?: { newerThan?: string; olderThan?: string; page?: string }

    Type declaration

    • OptionalnewerThan?: string

      returns posts newer than the post with this ID

    • OptionalolderThan?: string

      returns posts older than the post with this ID

    • Optionalpage?: string

      Pagination page number

    url: "/posts/for_user"