UNPKG

@indiekit/endpoint-micropub

Version:

Micropub endpoint for Indiekit. Enables publishing content to your website using the Micropub protocol.

11 lines (10 loc) 212 B
/** * Reserved body property names * @see {@link https://micropub.spec.indieweb.org/#reserved-properties} */ export const reservedProperties = Object.freeze([ "access_token", "h", "action", "url", ]);