/api-kickstart

Examples and libraries to get started using the Akamai OPEN APIs

Primary LanguagePythonApache License 2.0Apache-2.0

api-kickstart

Examples and libraries to get started using the Akamai {OPEN} APIs

Currently, this repository has:

  • Sample code clients for python
  • Sample code clients for php

Installation

Python

$ git clone https://github.com/akamai-open/api-kickstart.git
$ cd examples/python

See the README in the examples/python directory for additional instructions

PHP

$ git clone https://github.com/akamai-open/api-kickstart.git
$ cd examples/php

See the README in the examples/php directory for additional instructions

Node.js

$ git clone https://github.com/akamai-open/api-kickstart.git
$ cd examples/node
$ npm install

See the README in the examples/node directory for additional instructions

Additional Resources

We have example applications available for review.

Exploring the API using HTTPie:

The Blog Post https://goo.gl/T4VR10 explains how to use HTTPie to access and explore our APIs from the command line