Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions plugins/flotiq/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
node_modules
.idea
dist
28 changes: 28 additions & 0 deletions plugins/flotiq/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Builder.io Flotiq Plugin

Easily connect your Flotiq data with your Builder.io application!

## Installation

1. Go to your [Builder.io Space Settings](https://builder.io/account/space).
2. Click the **"Edit"** button in the **Integrations** section.
3. Enable the **Flotiq plugin**.

Once the plugin is enabled, you’ll be prompted to complete the configuration.
Enter your **read-only API key** from Flotiq, which you can find in the **API Keys** section of your Flotiq account.

For more details, see the [Flotiq documentation](https://flotiq.com/docs/API/#application-api-keys).

![Flotiq plugin installation screenshot](https://api.flotiq.com/image/0x0/_media-e3d6833c-2ea7-4a60-9a3d-71c305dd6ff6/builder-flotiq-plugin.png)

## Usage

After installation, you can start binding your Flotiq content to your Builder.io components.

You’ll be able to:

- Select from your available **Content Type Definitions**
- Fetch specific entries using the **“Filter data by entry”** option
- Retrieve multiple entries using parameters like **page**, **limit**, **order by**, and **order direction**

![Flotiq plugin usage screenshot](https://api.flotiq.com/image/0x0/_media-ff400460-ae44-4c5a-9efa-13a5f49858d0/builder-flotiq-plugin-usage.png)
Loading