Skip to content

Commit

Permalink
fix build status
Browse files Browse the repository at this point in the history
  • Loading branch information
theganyo committed Jun 15, 2019
1 parent 9bd3191 commit 46c5035
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[![Build Status](https://travis-ci.org/apigee-internal/microgateway.svg?branch=master)](https://travis-ci.org/apigee-internal/microgateway)

# Apigee Microgateway

**Note: Description and code apply to Microgateway v2.x It's not compatible with v1.x series of Microgateway.**

![Build Status](https://travis-ci.org/apigee-internal/microgateway.svg?branch=master)

The Apigee Microgateway is a lightweight API management proxy that routes requests and responses between API consumers and API providers. As requests are routed the microgateway introduces an eventing model that is based on the concept of http middleware. You can add custom plugins to the http router via the plugins directory. You can also change the code to explicitly load plugins via the gateway.addPlugin method. For more information about plugins see [https://github.com/apigee/microgateway-plugins](https://github.com/apigee/microgateway-plugins).
For more information on how to use the producet see the [product documentation](http://docs.apigee.com/microgateway/content/edge-microgateway-home)

Expand Down

0 comments on commit 46c5035

Please sign in to comment.