Quick Start Guide
Get started with Linterman in just 2 minutes. Follow these 5 simple steps to analyze and improve your Postman collections.
Estimated time: 2 minutes
🎯 In 5 Steps
1️⃣ Access Linterman
Go to linterman.com/lint
2️⃣ Load Your Collection
Choose your preferred method
Option A: Drag & Drop
- Export from Postman (Collection v2.1)
- Drag the .json file to the text area
Option B: Copy-Paste
- Export from Postman
- Copy the JSON content
- Paste in the text area
Option C: Example
- Click "Example" button
- Test collection loaded
3️⃣ Analyze
Click the "Analyze" button and wait 1 second ⏱️
You'll see:
- 📊 Global score (0-100%)
- 📋 List of issues
- 📈 Statistics
4️⃣ Auto-Fix (Optional)
If the "Auto-Fix" button appears
Click it to automatically fix 65% of detected issues!
Result:
- ✅ Tests added
- ✅ Requests renamed
- ✅ Descriptions improved
- ✅ Score increased
5️⃣ Download
IMPORTANT: Click "Download Collection"
Your fixed collection is not saved automatically. Download it to keep your changes!
Then:
- Open Postman
- Import → Choose Files
- Select the downloaded file
- ✅ Improved collection imported!
🎉 That's It!
Total time: ~2 minutes
Result: Better quality collection
💡 Quick Tips
For a 100% Score
- ✅ Use auto-fix
- ✅ Add Overview documentation
- ✅ Add response examples
- ✅ Use environment variables
Recommended Workflow
Development → Analyze → Auto-Fix → Download → Import