Skip to content

ZhangBohan/DRApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DRApi

Don't repeat API offer some useful APIs.

Get website favion API

GET http://drapi.bohanzhang.com/icon?url=http://sanic.readthedocs.io/en/latest/sanic/routing.html#request-parameters
  • url: target page url

response favion url if found an url for this page

{"url": "http://sanic.readthedocs.io/favicon.ico"}

Get data QR code

GET http://drapi.bohanzhang.com/qrcode?data=https://www.baidu.com

OR

POST /qrcode
{"foo": "bar"}

response qrcode image

Releases

No releases published

Packages

No packages published

Languages