Skip to main content

easy_api_builder is an easy way to create you own API in python

Project description

An Python Package for easily create APIs in Python

pip install easy-api-builder

Requiremnets: <= python 3.6

Required modules –> Flask

Documentation

Make an API and Docs with easy_api_builder

from easy_api_builder import EasyAPI

json = {
   "api_version": 0.1,
   "bot_version": 1.2.3
}

app = EasyAPI()
app.start(json, "<h1>Docs</h1>","Sitename", "siteDescription", "/")

The API runs on default localhost port 80 (localhost/)

You can replace the / with you path to the API Site.

The Docs can you find under localhost/docs

How to customize?

To customize the Documentation and error page, go in the package folder and edit the index.html and the 404.html

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

easy_api_builder-0.1.1.tar.gz (3.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page