项目作者: samanthajayasinghe

项目描述 :
API Explorer
高级语言: PHP
项目地址: git://github.com/samanthajayasinghe/api-explorer.git
创建时间: 2018-02-11T05:14:39Z
项目社区:https://github.com/samanthajayasinghe/api-explorer

开源协议:

下载


API Explorer Application

Travis Test codecov

API Explorer is featured to call the third-party API’s via any interface. Currently, the application supports only to be called via web interface and API-middleware can be called via mobile or micro-device.

How to set up

Rename app-api/src/config-dist.php as a app-api/src/config.php.

Update following config setting according to your local path.

  1. $config->appAPIHost = '{http://your app api path}'; //point to app-api/public/index.php
  2. $config->appWebHost = '{http://your app web path}'; //point to app-web/index.html

Create a Quick Book account and update following settings accordingly.

  1. $config->clientId = '';//Your Id here
  2. $config->clientSecret = '';//Your client Secret here

How it supports to Quick Book API Explorer

API Explorer implements the Quick Book Adapter which supports to get the following information

  • Quick Book API access token
  • Execute HTTP Request for any HTTP method( Get, Post, Put, Delete )
  • Get all endpoints

API Explorer Architecture

Component Diagram

The component diagram shows the interconnection of application layers.
component diagram

More information available in https://github.com/samanthajayasinghe/api-explorer/wiki