LogoLogo
GitHubLeft HookDemo
1.0
1.0
  • 🥳Welcome to Frigg!
  • 👩‍💻Tutorials (Learning)
    • Quick Start Tutorial
      • Initialize with Create Frigg App (CFA)
      • Configuration
      • Start Your Frigg App
      • Connecting and Seeing Live Data
      • Updating the Integration Logic
  • 📖Reference (Information)
    • Core Concepts
    • API Module Definition and Functions
  • 🔌API Modules
    • Overview
  • 🤝Contributing
    • Overview
      • Contributor Covenant Code of Conduct
      • PULL_REQUEST_TEMPLATE
  • 📞Support
    • Contact
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
Export as PDF
  1. API Modules

Overview

PreviousAPI Module Definition and FunctionsNextOverview

Last updated 9 months ago

Was this helpful?

API Modules are the Lego bricks that make Frigg-powered integrations develop faster. An API Module is the code that wraps your target partner's API and represents that API back to Frigg.

Frigg's API Modules are available for free under the MIT license. Translation: if your target partner's logo is in this library already, Frigg just saved you many hours of work.

.

Read our reference doc.

🔌
View our library of v1-ready API Modules
API Module Definition and Functions