All Projects → elfrog → Apib Editor

elfrog / Apib Editor

Licence: mit
simple api-blueprint editor

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Apib Editor

Dredd Example
Example application using Dredd and CI
Stars: ✭ 79 (+777.78%)
Mutual labels:  api-blueprint
Spot
Spot is a concise, developer-friendly way to describe your API contract.
Stars: ✭ 230 (+2455.56%)
Mutual labels:  api-blueprint
Protagonist
Protagonist is Node.js wrapper for the API Blueprint parser
Stars: ✭ 343 (+3711.11%)
Mutual labels:  api-blueprint
Blueman
Convert a generated API Blueprint JSON file into a Postman collection
Stars: ✭ 145 (+1511.11%)
Mutual labels:  api-blueprint
Apiary2postman
Tool for generating a Postman collection from Blueprint API markup or the Apiary API
Stars: ✭ 194 (+2055.56%)
Mutual labels:  api-blueprint
SwiftAPI
Swift API Code generator based on APIBluePrint
Stars: ✭ 43 (+377.78%)
Mutual labels:  api-blueprint
Xcodeserver Api Docs
Unofficial documentation of the Xcode Server API (Xcode 7 edition)
Stars: ✭ 71 (+688.89%)
Mutual labels:  api-blueprint
Snowboard
API blueprint toolkit
Stars: ✭ 723 (+7933.33%)
Mutual labels:  api-blueprint
Hercule
♻️ Simple document transclusion, ideal for Markdown documents
Stars: ✭ 196 (+2077.78%)
Mutual labels:  api-blueprint
Drafter
API Blueprint Parser (C++)
Stars: ✭ 286 (+3077.78%)
Mutual labels:  api-blueprint
Apib2swagger
Convert API Blueprint to Swagger.
Stars: ✭ 148 (+1544.44%)
Mutual labels:  api-blueprint
Usaspending Api
Server application to serve U.S. federal spending data via a RESTful API
Stars: ✭ 166 (+1744.44%)
Mutual labels:  api-blueprint
draughtsman
API Blueprint Parser for Python 3
Stars: ✭ 22 (+144.44%)
Mutual labels:  api-blueprint
Apifuzzer
Fuzz test your application using your OpenAPI or Swagger API definition without coding
Stars: ✭ 101 (+1022.22%)
Mutual labels:  api-blueprint
Dredd
Language-agnostic HTTP API Testing Tool
Stars: ✭ 3,770 (+41788.89%)
Mutual labels:  api-blueprint
Health Checks Api
Standardize the way services and applications expose their status in a distributed application
Stars: ✭ 78 (+766.67%)
Mutual labels:  api-blueprint
dredd-rack
The Dredd API blueprint testing tool for your Rack applications.
Stars: ✭ 50 (+455.56%)
Mutual labels:  api-blueprint
Explorer
A web UI for CMT / ATOM account and transaction scanner
Stars: ✭ 18 (+100%)
Mutual labels:  api-blueprint
Drakov
Mock Server that implements the API Blueprint specification
Stars: ✭ 467 (+5088.89%)
Mutual labels:  api-blueprint
blue bird
API Documentation Generator for the Phoenix Framework
Stars: ✭ 52 (+477.78%)
Mutual labels:  api-blueprint

APIB Editor

A simple API-Blueprint editor. It is for managing Restful API document more easily and firmly. APIB Editor provides a tree view that you can search APIs in a convenient way.

APIB Editor is a web-based application. You can test and use APIB Editor at the Github pages repository:

https://elfrog.github.io/apib-editor/

Current Limits

  • Only named resources and actions are allowed.
  • Parser can't detect a resource as a model. So named model should be in a model group node(Data Structures).

Build

To Build APIB Editor, you need to have Node.js and NPM. Having them, go to the cloned directory and type the below command to install the dependencies.

> npm install

And to build the source:

> npm run build

It will build the source and put the final result to build directory.

Development

APIB Editor uses Webpack and webpack-dev-server. It makes the development quick and easy. Just type the command,

> npm start 

And you can go to http://localhost:8080 on Chrome browser.

License

This project is under the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].