Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 1.27 KB

README.md

File metadata and controls

47 lines (33 loc) · 1.27 KB

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