ç°å¢ CentOS6 python3.5.1 falcon-1.0.0 ã¯ããã« falconã¯pythonã®WEBãã¬ã¼ã ã¯ã¼ã¯ã®1ã¤ã§APIã«ç¹åãã¦ããéåº¦ãæ©ããããã ä»åfalconã使ã£ã¦get/postã«å¯¾å¿ãã¦jsonãè¿ãapiã使ãã¦ã¿ãã æé falconã¤ã³ã¹ãã¼ã« pip install --upgrade falconãã¹ãç¨ã³ã¼ã vi falcon_test.py# -*- coding: utf-8 -*- # sample.py import falcon import json class ItemsResource: def on_get(self, req, resp): value = req.params['key'] items = { 'title': 'WebAPIãã¹ã', 'tags': [ { 'name': 'ãã¹ã','ã


{{#tags}}- {{label}}
{{/tags}}