Ahmad Nassri
Advocate of all things open-source. Founder at Tech Masters, Mentor at Node School Toronto, Director at Full Stack Toronto, Director at Open API Initiative, Editor at The RESTful Web.
With KGG
GET /who HTTP/1.1
Host: www.mashape.com
Accept: application/json
HTTP/1.1 200 OK
Date: Thu, 11 Feb 2016 10:00:00 CET
Content-Type: application/json
{
"name": "Augusto Marietti",
"website": "mashape.com",
"twitter": "@sinzone",
"city": "San Francisco, California",
"hometown": "Rome, Italy",
"bio": "API hero, Chocolate Addicted",
"work": {
"company": "Mashape.com",
"role": "CEO, CO-Founder"
}
}
GET /who HTTP/1.1
Host: www.ahmadnassri.com
Accept: application/json
HTTP/1.1 200 OK
Date: Thu, 11 Feb 2016 10:00:00 CET
Content-Type: application/json
{
"name": "Ahmad Nassri",
"website": "ahmad.codes",
"twitter": "@AhmadNassri",
"city": "Toronto, Canada",
"hometown": "Damascus, Syria",
"bio": "Technologist, Entrepreneur, Dog Lover",
"work": {
"company": "Mashape.com",
"role": "VP, Engineering"
}
}
$ curl -X POST 127.0.0.1:8001/apis \ --data 'name=movies.v1' \ --data 'upstream_url=http://lb1.movies/' \ --data 'request_path=/v1/movies' $ curl -X POST 127.0.0.1:8001/apis \ --data 'name=movies.v2' \ --data 'upstream_url=http://lb2.movies/' \ --data 'request_path=/v2/movies'
$ http POST :8001/apis/movies.v1/plugins \ name=loggly config.key=SECRET $ http POST :8001/apis/movies.v1/plugins \ name=rate-limiting config.hour=500 config.minutes=100 $ http POST :8001/apis/movies.v1/plugins \ name=cors config.origin=* config.methods=GET,PUT $ http POST :8001/apis/movies.v1/plugins \ name=galileo config.service_token=SECRET $ http POST :8001/apis/movies.v1/plugins \ name=ssl config.cert=@/local/path/to/cert.pem \ config.key=@/local/path/to/cert.key $ http POST :8001/apis/movies.v1/plugins \ name=oauth2 config.scopes=email,phone,address \ config.mandatory_scope=true
VPN
Vendors
The Analytics Platform for Monitoring, Visualizing and Inspecting API & Microservice Traffic
Timeseries Charts
See trends data down to the minute with our timeseries charting that shows how usage is changing and visually spot any anomalies.
Error View
Keep track of client and server errors and who is causing them so you can debug and handle the issue before it becomes a problem.
Custom Filtering
Filter the data down to exactly what you care about and learn how clients are requesting your services and how servers are responding.
Consumer Usage
Get a clear picture of an individual consumers requests to figure out how they are using your services and which endpoints are most important.
Removes all the hassle of creating and maintaining technical docs, and makes onboarding developers easy
Automatic API Explorer, Markdown Editor, Developer Onboarding, Code Generation, Import Swagger or API-blueprint
getkong.org
gelato.io
getgalileo.io
Free, Open Source, On-Premises, SaaS
Free Trial, On-Premises, SaaS
Free Trial, On-Premises, SaaS
By Ahmad Nassri
Kong Boston Meetup: http://www.meetup.com/Kong-BOSTON/events/224250663/
Advocate of all things open-source. Founder at Tech Masters, Mentor at Node School Toronto, Director at Full Stack Toronto, Director at Open API Initiative, Editor at The RESTful Web.