Giter Club home page Giter Club logo

apihub's Introduction

Build Status

##What is ApiHub?

ApiHub is an open source solution for publishing APIs. It's a reverse proxy that sits between your api server and the world. Several apis require a similar set of features on the backend, such as: authentication, authorization, throttling, analytics and so on. The idea of this project is to provide a simple and easy way to integrate with existing apis and help the developers, so they do not need to implement all of those boilerplate features for each api they may have.

##Give it a try! ###Install the CLI

  brew tap apihub/homebrew-apihub
  brew install apihub

###Publish your service

Create an account

  apihub target-add default http://api.apimanager.org
  apihub target-set default
  apihub user-create -n Alice -e [email protected]
  apihub login [email protected]

Create a team and add a service

  apihub team-create -n "My Team" -a "my-team"
  apihub service-create -e https://tsuru.io -s my-tsuru -timeout 5 -t my-team

Well done!

curl -I http://my-tsuru.apimanager.org

##Quickstart

  git clone https://github.com/apihub/apihub.git
  cd apihub
  make setup
  make run-api

##Running Tests

  make test
  make race # If you want to check if there's any race condition.

Related projects

This project's inspired by the following projects:

Links:

##Contributing

Please refer to the documentation: https://apihub.readme.io/docs/guidelines

##License

Distributed under the New BSD License. See LICENSE file for further details.

apihub's People

Contributors

albertoleal avatar dbongo avatar scorphus avatar thesuess avatar wpjunior avatar

Watchers

 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.