Giter Site home page Giter Site logo

3l-blog-server's Introduction

接口地址

�接口前缀 /api/blog

文章相关

获取文章列表

Get: /articles

查询文章详情

Get: /articles/{文章ID}

新增文章

POST: /articles

请求参数

参数名 必选 类型 说明
title String 标题
author String 作者
content String 内容
create_time Int 时间戳(秒)

请求示例

{
	"title":"测试文章",
	"content":"## 标题",
	"author":"andesong",
	"create_time":{{$timestamp}}
}

返回示例

删除文章(一篇货或多篇)

delete: /articles

请求参数

| 必选| 类型| 说明 :---:|:---:|:---:|:---| ids | 是 | String[] | 要删出文章的id数组

更新一篇文章

delete: /articles/{文章ID}

请求参数

| 必选| 类型| 说明 :---:|:---:|:---:|:---| title | 是 | String | 标题 author | 否 | String| 作者 content | 是 | String | 内容 update_time | 是 | Int | 文章更新时间戳(秒)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.