Skip to content

ashokrajar/api-platform-tools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apigee API Platform Tools

This project contains tools for the Apigee Gateway Services platform. It is a Python project that contains tools to:

  • Deploy API proxies
  • Create skeleton proxies
  • Deploy Node.js applications

Installation

These tools are a Python package like many others. To install them, run:

python setup.py install

On a Mac or Linux you may have to use sudo to run this so that the tools are installed in a system directory like /usr/local/bin, like this:

sudo python setup.py install

Usage

setup.py installs one tool called apigeetool. Run apigeetool to see the list of commands that it supports.

About

Tools for the Apigee API Platform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%