Endpoints
An endpoint is a path on your Indiekit server that applications can send requests to or users can access certain features at.
@indiekit/endpoint-auth
Built-in OfficalIndieAuth authentication and authorization endpoint for Indiekit. Grants and verifies access tokens and authenticates users.
@indiekit/endpoint-files
Built-in OfficalFile management endpoint for Indiekit. View files uploaded to your media endpoint and upload new files to it.
@indiekit/endpoint-image
Built-in OfficalImage resizing endpoint for Indiekit. Adds real-time image processing routes that can be used by your publication.
@indiekit/endpoint-json-feed
OfficalSyndicate posts from Indiekit using JSON Feed. Adds an additional feed type (in addition to built-in JF2 feed, and queries to the Micropub endpoint).
@indiekit/endpoint-micropub
Built-in OfficalMicropub endpoint for Indiekit. Enables publishing content to your website using the Micropub protocol.
@indiekit/endpoint-media
Built-in OfficalMicropub media endpoint for Indiekit. Enables publishing media files (audio, photos, videos) to your website using the Micropub protocol.
@indiekit/endpoint-posts
Built-in OfficalPost management endpoint for Indiekit. View posts published by your Micropub endpoint and publish new posts to it.
@indiekit/endpoint-share
Built-in OfficalShare endpoint for Indiekit. Provides a simple interface for bookmarking websites and publishing them on your website.
@indiekit/endpoint-syndicate
Built-in OfficalSyndication endpoint for Indiekit. Provides an endpoint you can ping to check that recently published posts have been posted to configured syndication targets.