Skip to content

LunarPyOrg/lunarapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A wrapper around flask-restful

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages