kiquetal / go-agreggator-project

A go project just for fun,postgresql + serverMux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GO RSS Aggregator

HTTP API

Create user

POST http://localhost:8080/v1/users
Content-Type: application/json

{
  "name":"kiquetal2"
}

Create Feed

POST http://localhost:8080/v1/feeds
Authorization: ApiKey 425a7237fd6c36a76b2e7400a370e67608f619118a34f9fa9b3c79314fbe21fc

{
  "name": "Something cool",
  "url": "http://example.com/feed-kiquetal-something.xml"
}

Get All Feeds

GET http://localhost:8080/v1/feeds

Get Post by User

GET http://localhost:8080/v1/posts
Authorization: ApiKey 13d2e54f454672692aa50e4119be7873da442e3846c3f89140a281cc3b32b0fb

About

A go project just for fun,postgresql + serverMux


Languages

Language:Go 98.2%Language:Shell 1.8%