Flask-RESTful Documentation Release 0.3.10
Flask-RESTful Documentation Release 0.3.10 Kyle Conroy, Ryan Horn, Frank Stratton May 21, 2023 Contents 1 User’s Guide 3 1.1 Installation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13 1.5 Extending Flask-RESTful . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17 1.6 Intermediate . . . . . . . . . . . 31 Python Module Index 33 Index 35 i ii Flask-RESTful Documentation, Release 0.3.10 Flask-RESTful is an extension for Flask that adds support for quickly building REST APIs0 码力 | 39 页 | 212.29 KB | 1 年前3Flask-RESTful Documentation Release 0.3.6
Flask-RESTful Documentation Release 0.3.6 Kyle Conroy, Ryan Horn, Frank Stratton Nov 06, 2017 Contents 1 User’s Guide 3 1.1 Installation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13 1.5 Extending Flask-RESTful . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17 1.6 Intermediate . . . . . . . . . . . . . . . . 37 Python Module Index 39 i ii Flask-RESTful Documentation, Release 0.3.6 Flask-RESTful is an extension for Flask that adds support for quickly building REST APIs0 码力 | 46 页 | 245.60 KB | 1 年前3Flask-RESTful Documentation Release 0.3.7
Flask-RESTful Documentation Release 0.3.7 Kyle Conroy, Ryan Horn, Frank Stratton Feb 06, 2020 Contents 1 User’s Guide 3 1.1 Installation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13 1.5 Extending Flask-RESTful . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17 1.6 Intermediate . . . . . . . . . . . 41 Python Module Index 43 Index 45 i ii Flask-RESTful Documentation, Release 0.3.7 Flask-RESTful is an extension for Flask that adds support for quickly building REST APIs0 码力 | 50 页 | 253.09 KB | 1 年前3Flask-RESTful Documentation Release 0.3.8
Flask-RESTful Documentation Release 0.3.8 Kyle Conroy, Ryan Horn, Frank Stratton Feb 06, 2020 Contents 1 User’s Guide 3 1.1 Installation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13 1.5 Extending Flask-RESTful . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17 1.6 Intermediate . . . . . . . . . . . 41 Python Module Index 43 Index 45 i ii Flask-RESTful Documentation, Release 0.3.8 Flask-RESTful is an extension for Flask that adds support for quickly building REST APIs0 码力 | 50 页 | 253.64 KB | 1 年前3Flask-RESTful Documentation Release 0.3.10
Flask-RESTful Flask-RESTful is an extension for Flask that adds support for quickly building REST APIs. It is a lightweight abstraction that works with your existing ORM/libraries. Flask-RESTful encourages are familiar with Flask, Flask-RESTful should be easy to pick up. User’s Guide This part of the documentation will show you how to get started in using Flask- RESTful with Flask. Installation Quickstart Url & Other Concrete Fields Complex Structures List Field Advanced : Nested Field Extending Flask-RESTful Content Negotiation Custom Fields & Inputs Response Formats Resource Method Decorators Custom Error0 码力 | 42 页 | 84.60 KB | 1 年前3Flask-RESTful Documentation Release 0.3.8
Flask-RESTful Flask-RESTful is an extension for Flask that adds support for quickly building REST APIs. It is a lightweight abstraction that works with your existing ORM/libraries. Flask-RESTful encourages are familiar with Flask, Flask-RESTful should be easy to pick up. User’s Guide This part of the documentation will show you how to get started in using Flask- RESTful with Flask. Installation Quickstart Url & Other Concrete Fields Complex Structures List Field Advanced : Nested Field Extending Flask-RESTful Content Negotiation Custom Fields & Inputs Response Formats Resource Method Decorators Custom Error0 码力 | 55 页 | 93.30 KB | 1 年前3Flask-RESTful Documentation Release 0.3.6
Flask-RESTful Flask-RESTful is an extension for Flask that adds support for quickly building REST APIs. It is a lightweight abstraction that works with your existing ORM/libraries. Flask-RESTful encourages are familiar with Flask, Flask-RESTful should be easy to pick up. User’s Guide This part of the documentation will show you how to get started in using Flask- RESTful with Flask. Installation Quickstart Url & Other Concrete Fields Complex Structures List Field Advanced : Nested Field Extending Flask-RESTful Content Negotiation Custom Fields & Inputs Response Formats Resource Method Decorators Custom Error0 码力 | 49 页 | 91.90 KB | 1 年前3Flask-RESTful Documentation Release 0.3.7
Flask-RESTful Flask-RESTful is an extension for Flask that adds support for quickly building REST APIs. It is a lightweight abstraction that works with your existing ORM/libraries. Flask-RESTful encourages are familiar with Flask, Flask-RESTful should be easy to pick up. User’s Guide This part of the documentation will show you how to get started in using Flask- RESTful with Flask. Installation Quickstart Url & Other Concrete Fields Complex Structures List Field Advanced : Nested Field Extending Flask-RESTful Content Negotiation Custom Fields & Inputs Response Formats Resource Method Decorators Custom Error0 码力 | 55 页 | 93.21 KB | 1 年前3使⽤Laravel 8 PHP主流框架打造 RESTful API
使⽤Laravel 8 PHP主流框架打造 RESTful API ⾃我介紹 • 王盛立 • 出版過⼀本 使⽤Laravel 8 PHP主流框架打造RESTful API(iT邦幫忙鐵⼈賽系列書) • 浪浪的事 Side Project https://langlangthing.com/ 今⽇菜單 ⾃我介紹 RESTful API Laravel程式範例說明 延伸補充資料 延伸補充資料 前後端分離 WEB API RESTful API 是什麼 Representational state transfer (REST) 表現層狀態轉換 Client Server REQUEST RESPONSE GET https://localhost/api/v1/articles/1 HTTP STATUS : 200 OK HTTP 協定 HTTP application/json { "title": "我是標題⽂字", "content": "我是內容", } HTTP狀態碼 2xx. 4xx. 5xx. RESTful API HTTP 動詞 URI 功能 HTTP狀態碼 GET /api/v1/articles 查詢⽂章的資料 200 GET /api/v1/articles/1 查詢單⼀⽂章詳細資料0 码力 | 22 页 | 3.41 MB | 1 年前3ThinkJS 1.2 中文文档
是⼀一款⾼高效、简单易⽤用的 Node.js MVC 框架。基于 ES6 Promise 开发,让异步编程更加简单、⽅方便。 ⾃自动启动服务 ⽀支持 Http、命令⾏行、WebSocket、Restful等多种⽅方式调⽤用 CBD 架构,MVC 模式 基于 Promise,异步编程更加简单 封装了 Db, Cache, Session 等常⽤用功能 开发模式下⽂文件修改后⽴立即⽣生效,⽆无需重启 ThinkJS 可以⾮非常⽅方便的⽀支持 Restful 类的接⼝口,假如现在有个名为 article 的 Resource 想提供 Restful 接 ⼝口,可以通过下⾯面的⽅方式进⾏行。 关于 Restful 的介绍可以⻅见这⾥里 http://www.ruanyifeng.com/blog/2011/09/restful.html Restful 类的接⼝口需要借助⾃自定义路由来使⽤用,可以在路由配置⽂文件中 类的接⼝口需要借助⾃自定义路由来使⽤用,可以在路由配置⽂文件中 Conf/route.js 配置如下的规则: 这个规则表⽰示: 将 /article 和 /article/10 类的接⼝口标记为 Restful 接⼝口 需要对资源 article 和 id 使⽤用正则分组功能,⽅方便后续能够取到对应的值 修改更多的 headers node index.js {"url":"/index/index","ip":"1270 码力 | 104 页 | 1.29 MB | 1 年前3
共 623 条
- 1
- 2
- 3
- 4
- 5
- 6
- 63