Code Monkey home page Code Monkey logo

kaddy's Introduction

Kaddy - Open source API Explorer by krowdify

Krowd Kaddy is an experimental JSON based API explorer. It is currently pretty alpha but we do use it every day. Feel free to create issues and improve the code so we can make this project successful.

screenshot

Working with Kaddy

This is just HTML and Javascript so all you need is a webserver to load the code on so you can make JSON requests.

Edit the data file for your API or sign up for krowd.io and see our API in action.

data/krowd.json

If you create your own json configuration file just edit line #70 in js/krowd.js

$.getJSON('data/FILENAME.json', function(data) {

Authentication

You can modify the authentication schema at line #200 in js/krowd.js. This block of code will set your authorization headers.
This will have to be tweaked to match your authentication schema. Since we use Oauth2 based calls for krowd.io this is the schema we have in place. If you don't require authentication simply set the headers = [] to an empty array.

Disclosures

Again this is alpha but works quite well if you understand Javascript this should be no problem for you to handle.

http://www.krowdify.com

Krowd.io is a social "Platform as a Service" (PaaS) that delivers the backend for social applications on any device or platform.

Copyright 2012-2015 Krowdify

kaddy's People

Contributors

grafixoner avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.