Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 530 Bytes

foobar.org

File metadata and controls

33 lines (25 loc) · 530 Bytes

Foobar Blog API

template https://foobar-blog-api.org/api/v1 Accept: application/json

Users

template /users

Create a user

post Content-Type: application/json; charset=utf-8

{ “name”: “John”, “posts”: [] }

Search users

get ?name=John

Delete all users

delete

Posts

template /posts?lang=en

Search posts

get ?text=example

Delete all posts

delete