文件名称:BytesToBitsAPI:BytesToBits的官方API!
文件大小:783KB
文件格式:ZIP
更新时间:2024-04-04 22:59:17
api bytestobits bytestobits-api HTML
BytesToBits API 这是官方的BytesToBits API。 您可以*探索API或自己托管它,只要其中提到了我们的名字并且您遵守Apache License 2.0条款即可。 使用API 您可以通过访问来使用该API。 您必须创建一个帐户并生成一个令牌,才能在我们的API上发出请求。 Python范例 """ Basic example of how to retrieve a random text from our API using the '/text/' endpoint. """ import requests BASE_URL = "https://api.bytestobits.dev/" settings = { "headers" : { "Authorization" : "API_TOKEN" } } text =
【文件预览】:
BytesToBitsAPI-main
----.gitignore(1KB)
----README.md(1KB)
----static()
--------styles()
--------js()
--------assets()
----pug()
--------login.pug(1KB)
--------base.pug(2KB)
--------index.pug(2KB)
--------account.pug(1KB)
--------register.pug(1KB)
----LICENSE(11KB)
----api()
--------endpoints.py(6KB)
----.gitattributes(66B)
----handlers()
--------_security.py(291B)
--------limit_handler.py(293B)
--------genius_handler.py(466B)
--------_database.py(230B)
--------route_handler.py(138B)
--------account_handler.py(506B)
--------reddit_handler.py(1KB)
----main.py(3KB)
----account_routes.py(1KB)
----sass()
--------animations.scss(193B)
--------base.scss(800B)
--------variables.scss(81B)
--------functions.scss(138B)
----storage()
--------texts.txt(25KB)
--------madlibs.json(17KB)
--------words.json(2.02MB)
----templates()
--------account.html(3KB)
--------base.html(2KB)
--------register.html(4KB)
--------login.html(3KB)
--------index.html(4KB)