holgerh / api-kickstart

Examples and libraries to get started using the Akamai OPEN APIs

Home Page:http://developer.akamai.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Examples and libraries to get started using the Akamai OPEN APIs

http://developer.akamai.com

License:Apache License 2.0


Languages

Language:Python 58.5%Language:PHP 27.1%Language:Ruby 9.6%Language:Dockerfile 4.7%