Skip to content
Open source API management platform
Branch: master
Clone or download
Latest commit 68d9742 Apr 5, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.circleci
bin
build
config Update to Trafficserver 8 Mar 9, 2019
deploy Slightly stricter rubocop formatting rules. Mar 9, 2019
docker Attempt to fix docker development builds for caching. Jun 17, 2018
docs Remove vagrantfile and update docs to reflect Docker-based dev setup. Dec 3, 2018
scripts Update to Trafficserver 8 Mar 9, 2019
src Update dependencies. Apr 5, 2019
tasks Update dependencies. Apr 5, 2019
templates/etc
test Update dependencies. Apr 5, 2019
website Update dependencies. Mar 22, 2019
.dockerignore
.gitignore
.luacheckrc
.rubocop.yml Fix syntax issue due to linting changes. Mar 9, 2019
CHANGELOG.md Fixes for redirect rewriting and port handling. May 23, 2018
Dockerfile-beta-deploy
Dockerfile-dev
Dockerfile-dev-build Attempt to fix capybara browser tests in CI environment. Mar 22, 2019
Gemfile
Gemfile.lock
Jenkinsfile
LICENSE.txt
Makefile.in
README.md
Rakefile
Taskfile.yml
configure More build script setup. Jun 12, 2018
docker-compose.yml
sha256sums.txt Add v0.14.4 package checksums. Jul 15, 2017

README.md

CircleCI

API Umbrella

What Is API Umbrella?

API Umbrella is an open source API management platform for exposing web service APIs. The basic goal of API Umbrella is to make life easier for both API creators and API consumers. How?

  • Make life easier for API creators: Allow API creators to focus on building APIs.
    • Standardize the boring stuff: APIs can assume the boring stuff (access control, rate limiting, analytics, etc.) is already taken care if the API is being accessed, so common functionality doesn't need to be implemented in the API code.
    • Easy to add: API Umbrella acts as a layer above your APIs, so your API code doesn't need to be modified to take advantage of the features provided.
    • Scalability: Make it easier to scale your APIs.
  • Make life easier for API consumers: Let API consumers easily explore and use your APIs.
    • Unify disparate APIs: Present separate APIs as a cohesive offering to API consumers. APIs running on different servers or written in different programming languages can be exposed at a single endpoint for the API consumer.
    • Standardize access: All your APIs are can be accessed using the same API key credentials.
    • Standardize documentation: All your APIs are documented in a single place and in a similar fashion.

Download

Binary packages are available for download. Follow the quick setup instructions on the download page to begin running API Umbrella.

Getting Started

Once you have API Umbrella up and running, there are a variety of things you can do to start using the platform. For a quick tutorial, see getting started.

API Umbrella Development

Are you interested in working on the code behind API Umbrella? See our development setup guide to see how you can get a local development environment setup.

Who's using API Umbrella?

Are you using API Umbrella? Edit this file and let us know.

License

API Umbrella is open sourced under the MIT license.

You can’t perform that action at this time.