More routes #4

Open
opened 2026-02-04 23:05:22 +01:00 by theBreadCompany · 1 comment

There are new endpoints, parameters and attributes available

There are new endpoints, parameters and attributes available
Author
Owner

A quick comm -23 <(curl https://git.thebread.dev/theBreadCompany/libpixiv/raw/branch/5-openapi/openapi.yaml | yq -r '.paths | keys[]' | sort) <(grep '!("{}/' -R src | awk -F'["{}]' '{print $4}' | sort) yields the following endpoints:

/idp-urls
/v1/application-info/ios
/v1/emoji
/v1/home/access
/v1/home/all
/v1/illust/bookmark/users
/v1/illust/new
/v1/illust-series/illust
/v1/info/latest
/v1/manga/recommended
/v1/mute/edit
/v1/mute/list
/v1/notification/has-unread-notifications
/v1/notification/list
/v1/novel/follow
/v1/novel/new
/v1/novel/related
/v1/pixiv-info/ios
/v1/ppoint/gains
/v1/ppoint/losses
/v1/ppoint/summary
/v1/privacy-policy/agreement
/v1/search/options/illust
/v1/search/options/novel
/v1/spotlight/articles
/v1/stamps
/v1/trending-tags/illust
/v1/trending-tags/novel
/v1/user/ai-show-settings
/v1/user/ai-show-settings/edit
/v1/user/bookmarks/novel
/v1/user/collection-citation-settings
/v1/user/illust-series
/v1/user/novel-draft-previews
/v1/user/profile/presets
/v1/user/recommended
/v1/user/request-plans
/v1/walkthrough/illusts
/v1/watchlist/manga
/v1/watchlist/manga/add
/v1/watchlist/manga/delete
/v1/watchlist/novel
/v2/illust/bookmark/detail
/v2/illust/mypixiv
/v2/notification/settings
/v2/notification/settings/edit
/v2/novel/markers
/v2/user/browsing-history/illust/add
/v2/user/browsing-history/novel/add
/v2/user/detail
/v2/user/profile/edit
/v3/novel/comments
/web/v1/login
/web/v1/users/auth/pixiv/callback
/web/v1/users/auth/pixiv/start
/webview/v2/novel

A quick `comm -23 <(curl https://git.thebread.dev/theBreadCompany/libpixiv/raw/branch/5-openapi/openapi.yaml | yq -r '.paths | keys[]' | sort) <(grep '!("{}/' -R src | awk -F'["{}]' '{print $4}' | sort)` yields the following endpoints: /idp-urls /v1/application-info/ios /v1/emoji /v1/home/access /v1/home/all /v1/illust/bookmark/users /v1/illust/new /v1/illust-series/illust /v1/info/latest /v1/manga/recommended /v1/mute/edit /v1/mute/list /v1/notification/has-unread-notifications /v1/notification/list /v1/novel/follow /v1/novel/new /v1/novel/related /v1/pixiv-info/ios /v1/ppoint/gains /v1/ppoint/losses /v1/ppoint/summary /v1/privacy-policy/agreement /v1/search/options/illust /v1/search/options/novel /v1/spotlight/articles /v1/stamps /v1/trending-tags/illust /v1/trending-tags/novel /v1/user/ai-show-settings /v1/user/ai-show-settings/edit /v1/user/bookmarks/novel /v1/user/collection-citation-settings /v1/user/illust-series /v1/user/novel-draft-previews /v1/user/profile/presets /v1/user/recommended /v1/user/request-plans /v1/walkthrough/illusts /v1/watchlist/manga /v1/watchlist/manga/add /v1/watchlist/manga/delete /v1/watchlist/novel /v2/illust/bookmark/detail /v2/illust/mypixiv /v2/notification/settings /v2/notification/settings/edit /v2/novel/markers /v2/user/browsing-history/illust/add /v2/user/browsing-history/novel/add /v2/user/detail /v2/user/profile/edit /v3/novel/comments /web/v1/login /web/v1/users/auth/pixiv/callback /web/v1/users/auth/pixiv/start /webview/v2/novel
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
theBreadCompany/libpixiv#4
No description provided.