← all adapters

hn-style

simulates Hacker News Firebase API v0

restadapter v0.1.011 routes

use it

# add to stunt.yaml
services:
  hn:
    adapter: embedded:hn-style

# then
$ stunt up

The embedded: source extracts this adapter from the binary — no git clone, fully offline.

backing stores

itemsuserssessions

routes (11)

GET/v0/topstories.json
GET/v0/newstories.json
GET/v0/beststories.json
GET/v0/askstories.json
GET/v0/showstories.json
GET/v0/jobstories.json
POST/login
GET/logout
POST/submit
GET/v0/item/{id}
GET/v0/user/{id}