Giter VIP home page Giter VIP logo

apiconsole's Introduction

API Console

Provide a web-based console view to manipulate APIs of an arbitrary website.

screenshot

Install

  1. Install golang
  2. Run the following command
go get -u github.com/tarao/apiconsole

Console Server

Be sure that your $GOPATH/bin is in your $PATH. To manipulate the APIs of http://example.com/ for example, run the console server as the following.

apiconsole --upstream=http://example.com

Now http://localhost:8000/devel/console/ provides a console view for you.

Console View

Request URL

As long as you properly specified the upstream host, the request URL can simply be an absolute path without an origin part. The console server will proxy the request to the upstream host for you. Be careful if you specify a URL starting from the origin part (scheme + host) and the request host is different from that of the console server. In this case, the response must come with CORS ( Access-Control-Allow-Origin header for example) or your browser blocks the response.

Response View

On Firefox, if you have an extension to prettify JSON document, JSON responses are prettified in the console view. Unfortunately, this is not the case for Google Chrome. If none of browser extension prettifier is available, the console view automatically falls back to prettifying by highlight.js.

LICENSE

  • Copyright (C) INA Lintaro
  • MIT License

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.