All Projects → jsynowiec → Api Blueprint Boilerplate

jsynowiec / Api Blueprint Boilerplate

Licence: mit
Minimalistic boilerplate to quick-start API specification using API Blueprint description language.

Projects that are alternatives of or similar to Api Blueprint Boilerplate

Laravel Api Boilerplate
A Boilerplate Project For Laravel API's (NOT MAINTAINED)
Stars: ✭ 113 (+59.15%)
Mutual labels:  api, rest-api, boilerplate
Cookiecutter Django Rest
Build best practiced apis fast with Python3
Stars: ✭ 1,108 (+1460.56%)
Mutual labels:  api, rest-api, boilerplate
Rest Api Nodejs Mongodb
A boilerplate for REST API Development with Node.js, Express, and MongoDB
Stars: ✭ 672 (+846.48%)
Mutual labels:  api, rest-api, boilerplate
Node Flowtype Boilerplate
This boilerplate repository is outdated and no longer maintained. Instead, I strongly recommend to use TypeScript.
Stars: ✭ 104 (+46.48%)
Mutual labels:  starter-template, project-template, boilerplate
Node Typescript Boilerplate
Minimalistic project template to jump start a Node.js back-end application in TypeScript. ESLint, Jest and type definitions included.
Stars: ✭ 1,061 (+1394.37%)
Mutual labels:  starter-template, project-template, boilerplate
Api Strategy
Equinor API Strategy
Stars: ✭ 56 (-21.13%)
Mutual labels:  api, rest-api
Standards.rest
A collection of standards, specifications, etc. for HTTP API development.
Stars: ✭ 58 (-18.31%)
Mutual labels:  api, rest-api
Http Prompt
An interactive command-line HTTP and API testing client built on top of HTTPie featuring autocomplete, syntax highlighting, and more. https://twitter.com/httpie
Stars: ✭ 8,329 (+11630.99%)
Mutual labels:  api, rest-api
Gaanaapi
Unofficial Gaana API
Stars: ✭ 59 (-16.9%)
Mutual labels:  api, rest-api
Json Api Dart
JSON:API client for Dart/Flutter
Stars: ✭ 53 (-25.35%)
Mutual labels:  api, rest-api
Rest Hapi
🚀 A RESTful API generator for Node.js
Stars: ✭ 1,102 (+1452.11%)
Mutual labels:  api, rest-api
Best Of Web Python
🏆 A ranked list of awesome python libraries for web development. Updated weekly.
Stars: ✭ 1,118 (+1474.65%)
Mutual labels:  api, rest-api
Wertik Js
💪 A library that powers your app with GraphQL + Rest API
Stars: ✭ 56 (-21.13%)
Mutual labels:  api, boilerplate
Githubapi
Swift implementation of Github REST API v3
Stars: ✭ 55 (-22.54%)
Mutual labels:  api, rest-api
Openapi Generator
OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
Stars: ✭ 10,634 (+14877.46%)
Mutual labels:  api, rest-api
Ynab Sdk Ruby
YNAB API Ruby Library
Stars: ✭ 54 (-23.94%)
Mutual labels:  api, rest-api
Acf To Rest Api
Exposes Advanced Custom Fields Endpoints in the WordPress REST API
Stars: ✭ 1,152 (+1522.54%)
Mutual labels:  api, rest-api
Spacex Api
🚀 Open Source REST API for SpaceX launch, rocket, core, capsule, starlink, launchpad, and landing pad data.
Stars: ✭ 8,973 (+12538.03%)
Mutual labels:  api, rest-api
Laravel Api Boilerplate Jwt
A Laravel 5.8 API Boilerplate to create a ready-to-use REST API in seconds.
Stars: ✭ 1,155 (+1526.76%)
Mutual labels:  api, boilerplate
Wise Old Man
The Open Source Old School Runescape progress tracker.
Stars: ✭ 68 (-4.23%)
Mutual labels:  api, rest-api

Dev dependencies

Node.js version NPM version Ruby version Bundler version

MIT License Roadmap PRs Welcome Donate

Watch on GitHub Star on GitHub Tweet

api-blueprint-boilerplate

Minimalistic boilerplate to quick-start API specification using API Blueprint description language.

Provides a basic template for REST API documentation that contains some best practices for a pragmatic RESTful API and a set of tools to validate API Blueprint schema or export specification to HTML files.

Sample project is available in Apary: http://docs.apiblueprintboilerplate.apiary.io/

Quick start

This project requires Node.js 6.2+, NPM, Ruby and Bundler. So just make sure you have those installed. Then just type following commands:

git clone https://github.com/jsynowiec/api-blueprint-boilerplate
cd api-blueprint-boilerplate
npm install
bundle install
npm start

You now have a local preview server available at http://localhost:8080 that is validating and rendering your blueprint using Apiary CLI.

Testing against specification

To test the blueprint run npm test command. This will validate the schema using Drafter.js library.

Export HTML files

To compile the blueprint run npm run build. Files will be written to the build directory.

Publishing to Apiary

To publish your blueprint to Apiary.io you have to set two environment variables:

export APIARY_API_KEY="<token>"
export APIARY_API_NAME="<apiary project name>"

After that, you can run npm run publish command to upload your blueprint to Apiary project. You can also provide those two values before the command

APIARY_API_KEY="<token>" APIARY_API_NAME="<apiary project name>" npm run publish

Resources

License

MIT License. See the LICENSE file.

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].