Bearer - The API Integration Framework
Bearer provides all of the tools to build, run and manage API
Learn more
Table of contents
Why
You should use Bearer if you want to:
- Consume any API in minutes
- Map API endpoints to your app model
- Integrate into your code with one line
- Deploy and Scale without fuss
- Monitor every API call
- Manage your integrations
Documentation
The documentation is available on the Bearer doc center.
Development
Requirements
CI/CD update
cp .envrc{.example,}
Install drone-cli Install on linux:
curl -L https://github.com/drone/drone-cli/releases/latest/download/drone_linux_amd64.tar.gz | tar zx
sudo install -t /usr/local/bin drone
Install on MacOS:
brew tap drone/drone
brew install drone
Contributing
We welcome all contributors, from casual to regular
- Bug report. Is something not working as expected? Send a bug report.
- Feature request. Would you like to add something to the framework? Send a feature request.
- Documentation. Did you find a typo in the doc? Open an issue and we'll take care of it.
- Development. If you don't know where to start, you can check the open issues.
To start contributing to code, you need to:
- Fork the project
- Clone the repository
- Checkout the Getting Started
License
Bearer is MIT licensed.