Learn how to get started with Treblle using our Ruby gem package in less than 2 minutes on any new or existing API
gem install treblle
You can ⭐ our Github repo to stay up to date with new updates
# Add our middleware to your application configconfig.middleware.use(Treblle)
PRO TIP: To enable Treblle on specific enviroments use their config files. Development example config/environments/development.rb
TREBLLE_API_KEY=_YOUR_API_KEY_TREBLLE_PROJECT_ID=_YOUR_PROJECT_ID_
HEADS UP: You need to create an account to get your API KEY and PROJECT ID
You and your team just got these amazing features:
// Add this to your .env fileTREBLLE_MASKED_FIELDS=secret,private,user_ssn
PRO TIP: Data is masked before it even leaves your server