Skip to content

craigpratt/api-workbench

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API Workbench

API Workbench, a rich, full-featured integrated development environment (IDE) for designing, building, testing, documenting and sharing RESTful HTTP APIs. It supports both RAML 0.8 and the recently launched RAML 1.0. RAML makes it easy to manage the whole API lifecycle from design to sharing.

NOTE: This version includes a hack to resolve json-schema dependencies on the local filesystem.

Installation

On windows:

cd C:\Users\{username}\.atom\packages\
rmdir .\api-workbench /s /q
git clone https://github.com/stephanesan/api-workbench.git
cd api-workbench
apm link
apm install

On linux:

cd ~/.atom/packages
rm –rf api-workbench
git clone https://github.com/stephanesan/api-workbench.git
cd api-workbench
apm link
apm install

More Information

The main API Workbench site: www.apiworkbench.com

Please file API Workbench issues in the issues area

Additional information such as tips on installation may be found in the wiki

About

The API Workbench for RAML

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 98.0%
  • CSS 2.0%