srhyne / sparkpost-api-documentation

This is a repository containing the Apiary Blueprint for the SparkPost API Documentation.

Home Page:https://developers.sparkpost.com/api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sign up for a SparkPost account and visit our Developer Hub for even more content.

SparkPost API Documentation

Run in Postman

Prerequisites

  • You have installed Git on your development machine
  • You have installed Node.js and NPM on your development machine

The SparkPost API Docs in Apiary Blueprint format (based on Markdown)

Installation

  1. Clone the repository

git clone https://github.com/SparkPost/sparkpost-api-documentation

  1. Change into the directory

  2. We use Grunt for our task runner, so you will also have to install Grunt globally

npm install -g grunt-cli

  1. Install the dependencies

npm install

Development

Grunt Commands

Apiary Blueprint Validator

Once all the dependencies are installed, you can execute the Apiary Blueprint Validator tests in the following ways:

  • Run the test on ALL /services/ files sequentially grunt testFiles

  • Run the test an individual /services/ file grunt shell:test:<filename>

Compile and Test

  • Concatenate ALL /services/ files into a single apiary.apib file, then test the compiled file grunt compile

Contributing

Guidelines for adding issues

Apiary Blueprint Specification

Submitting pull requests

License

Read the complete license information for our Sparkpost API documentation.

About

This is a repository containing the Apiary Blueprint for the SparkPost API Documentation.

https://developers.sparkpost.com/api

License:Apache License 2.0


Languages

Language:API Blueprint 97.4%Language:JavaScript 2.5%Language:Shell 0.1%