Api HackerNews Node

Version: 1.0

Api to get related articles about Node.js in Hacker News

Schemes:

Summary

Tag: Posts

Operation Description
GET /api/posts/page/{nroPage}
GET /api/posts
POST /api/posts/refresh
DELETE /api/posts/{id}

Tag: Users

Operation Description
GET /api/users
POST /api/users
DELETE /api/users/{id}

Tag: Auth

Operation Description
POST /api/auth

Paths

POST /api/auth

Tags: Auth
default

GET /api/posts

Tags: Posts
author query object
tag query object
title query object
month query object
200 OK
bearer

GET /api/posts/page/{nroPage}

Tags: Posts
nroPage path object
author query object
tag query object
title query object
month query object
200 OK
bearer

POST /api/posts/refresh

Tags: Posts
201 Created
bearer

DELETE /api/posts/{id}

Tags: Posts
id path object
200 OK
bearer

GET /api/users

Tags: Users
200 OK
bearer

POST /api/users

Tags: Users
201 Created

DELETE /api/users/{id}

Tags: Users
id path object
200 OK
bearer