croatech / blog-dashboard-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

Demo

Demo demo:demo

Video

You can seed a testing data on your local project. Enter rake db:seed in a terminal for create of demo user and/or seed its posts.

API

your_key - it's your api key. You can find it on the API page.

Posts

Get hash of posts /api/posts?api_key=your_key

Get a specific post /api/posts/:id?api_key=your_key

Search posts by tags /api/posts?api_key=your_key&tags=rails,ruby

Users

Tags of user(on the Settings page): /api/tags?api_key=your_key

Avatar: /api/avatar?api_key=your_key

About


Languages

Language:Ruby 70.9%Language:HTML 14.9%Language:JavaScript 10.4%Language:CSS 3.9%