Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 708 Bytes

File metadata and controls

39 lines (31 loc) · 708 Bytes

LunaraAPI

Wrapper around Flask-Restful

Dependencies

  • Python 3.6+
  • pip

Installation

From source:

git clone https://github.com/LunarPyOrg/lunarapi
cd lunaraapi/lunarapi
pip install .

Usage

import lunarapi

data = "Data That will be sent"

lunarapi.init(Appname="My Awesome app",
                DataInput=data,
                Debug=True,
                Randomic=True,
                URL="/")
# Debug - Enable debug mode
# Randomic - Enable random requests
# URL - What subdomain the API will be served