Skip to content

Blog: read posts in-app and manage the email subscription #87

Description

@Adron

What the web app has

A public Blog (/blog) of product updates and long-form writing, with an email subscription
using double opt-in and one-click unsubscribe. /help/blog documents post states, writing,
scheduling, publishing and unpublishing — but the authoring endpoints are all under
/api/admin/blog/* and are admin-only, so authoring is out of scope for this client.

Unused API surface

  • POST /api/blog/subscribe ({ email })
  • GET /api/blog/subscribe/confirm — double opt-in confirmation from the email
  • GET|POST /api/blog/unsubscribe — human-facing link and the RFC-8058 one-click target

The constraint

There is no public blog-listing endpoint in the OpenAPI spec — the blog is server-rendered.
Reading it in-app therefore means a Custom Tab or a lightweight scrape, not a JSON feed. Decide
which before building.


Filed from the parity review of feature/parity-wip @ 14d7795 against interlinedlist.com (OpenAPI /api/openapi.json, 233 paths) and the public help centre.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    P3Niche or minorarea:blogBlogepicA feature area tracked as a parent issueparityClosing a gap against interlinedlist.com

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions