-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugins.json
More file actions
320 lines (320 loc) · 13.5 KB
/
Copy pathplugins.json
File metadata and controls
320 lines (320 loc) · 13.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
{
"plugins": [
{
"id": "hc-auth-plugin",
"name": "Authentication",
"description": "JWT, OAuth, and SAML authentication for your API",
"long_description": "Complete authentication solution supporting JWT tokens, OAuth 2.0, and SAML SSO. Includes role-based access control and multi-factor authentication.",
"category": "authentication",
"type": "system",
"version": "1.0.0",
"author": "Apito Team",
"author_url": "https://apito.io",
"icon": "https://raw.githubusercontent.com/apito-io/hc-auth-plugin/main/logo.png",
"tags": ["jwt", "oauth", "saml", "security"],
"github_url": "https://github.com/apito-io/hc-auth-plugin",
"documentation_url": "/docs/cli/plugin-management",
"is_official": true,
"language": "go",
"license": "Apache-2.0",
"created_at": "2025-02-06",
"updated_at": "2025-02-06"
},
{
"id": "hc-storage-plugin",
"name": "File Storage",
"description": "AWS S3, Google Cloud Storage, and local file storage",
"long_description": "Unified file storage abstraction supporting AWS S3, Google Cloud Storage, Cloudflare R2, and local storage. Includes image optimization and file upload validation.",
"category": "storage",
"type": "system",
"version": "1.0.0",
"author": "Apito Team",
"author_url": "https://apito.io",
"icon": "https://raw.githubusercontent.com/apito-io/hc-storage-plugin/main/logo.png",
"tags": ["storage", "aws", "gcp", "s3"],
"github_url": "https://github.com/apito-io/hc-storage-plugin",
"documentation_url": "/docs/cli/plugin-management",
"is_official": true,
"language": "go",
"license": "Apache-2.0",
"created_at": "2025-02-06",
"updated_at": "2025-02-06"
},
{
"id": "hc-email-plugin",
"name": "Email Service",
"description": "SendGrid, Mailgun, and SMTP support",
"long_description": "Email delivery service with support for SendGrid, Mailgun, and custom SMTP servers. Includes template management and email analytics.",
"category": "communication",
"type": "system",
"version": "1.0.0",
"author": "Apito Team",
"author_url": "https://apito.io",
"icon": "https://raw.githubusercontent.com/apito-io/hc-email-plugin/main/logo.png",
"tags": ["email", "sendgrid", "mailgun", "smtp"],
"github_url": "https://github.com/apito-io/hc-email-plugin",
"documentation_url": "/docs/cli/plugin-management",
"is_official": true,
"language": "go",
"license": "Apache-2.0",
"created_at": "2025-02-06",
"updated_at": "2025-02-06"
},
{
"id": "hc-cache-plugin",
"name": "Caching",
"description": "Redis and Memcached integration",
"long_description": "High-performance caching with Redis and Memcached support. In-memory caching, cache invalidation, and performance metrics included.",
"category": "performance",
"type": "system",
"version": "1.0.0",
"author": "Apito Team",
"author_url": "https://apito.io",
"icon": "https://raw.githubusercontent.com/apito-io/hc-cache-plugin/main/logo.png",
"tags": ["cache", "redis", "memcached", "performance"],
"github_url": "https://github.com/apito-io/hc-cache-plugin",
"documentation_url": "/docs/cli/plugin-management",
"is_official": true,
"language": "go",
"license": "Apache-2.0",
"created_at": "2025-02-06",
"updated_at": "2025-02-06"
},
{
"id": "hc-realtime-plugin",
"name": "Realtime Sync",
"description": "Real-time data synchronization via WebSocket",
"long_description": "Real-time data synchronization with WebSocket connections. Supports conflict resolution, offline support, and change tracking.",
"category": "data",
"type": "system",
"version": "1.0.0",
"author": "Apito Team",
"author_url": "https://apito.io",
"icon": "https://raw.githubusercontent.com/apito-io/hc-realtime-plugin/main/logo.png",
"tags": ["realtime", "websocket", "sync", "database"],
"github_url": "https://github.com/apito-io/hc-realtime-plugin",
"documentation_url": "/docs/cli/plugin-management",
"is_official": true,
"language": "go",
"license": "Apache-2.0",
"created_at": "2025-02-06",
"updated_at": "2025-02-06"
},
{
"id": "hc-rate-limit-plugin",
"name": "Rate Limiting",
"description": "API throttling and protection",
"long_description": "Request rate limiting with IP-based restrictions, custom time windows, burst protection, and analytics dashboard.",
"category": "security",
"type": "system",
"version": "1.0.0",
"author": "Apito Team",
"author_url": "https://apito.io",
"icon": "https://raw.githubusercontent.com/apito-io/hc-rate-limit-plugin/main/logo.png",
"tags": ["security", "throttling", "protection", "api"],
"github_url": "https://github.com/apito-io/hc-rate-limit-plugin",
"documentation_url": "/docs/cli/plugin-management",
"is_official": true,
"language": "go",
"license": "Apache-2.0",
"created_at": "2025-02-06",
"updated_at": "2025-02-06"
},
{
"id": "hc-search-plugin",
"name": "Full-text Search",
"description": "Elasticsearch and Meilisearch integration",
"long_description": "Full-text search capabilities with Elasticsearch and Meilisearch. Supports indexing, faceted search, and search analytics.",
"category": "data",
"type": "system",
"version": "1.0.0",
"author": "Apito Team",
"author_url": "https://apito.io",
"icon": "https://raw.githubusercontent.com/apito-io/hc-search-plugin/main/logo.png",
"tags": ["search", "elasticsearch", "meilisearch", "full-text"],
"github_url": "https://github.com/apito-io/hc-search-plugin",
"documentation_url": "/docs/cli/plugin-management",
"is_official": true,
"language": "go",
"license": "Apache-2.0",
"created_at": "2025-02-06",
"updated_at": "2025-02-06"
},
{
"id": "hc-webhook-plugin",
"name": "Webhook Dispatcher",
"description": "Advanced webhook management and delivery",
"long_description": "Webhook management with event filtering, retry mechanisms, payload transformation, and delivery tracking.",
"category": "communication",
"type": "system",
"version": "1.0.0",
"author": "Apito Team",
"author_url": "https://apito.io",
"icon": "https://raw.githubusercontent.com/apito-io/hc-webhook-plugin/main/logo.png",
"tags": ["webhooks", "events", "dispatch", "api"],
"github_url": "https://github.com/apito-io/hc-webhook-plugin",
"documentation_url": "/docs/cli/plugin-management",
"is_official": true,
"language": "go",
"license": "Apache-2.0",
"created_at": "2025-02-06",
"updated_at": "2025-02-06"
},
{
"id": "hc-push-notification-plugin",
"name": "Push Notifications",
"description": "FCM and APNs push notification support",
"long_description": "Push notification delivery for Firebase Cloud Messaging (FCM) and Apple Push Notification service (APNs). Supports topic-based and device-targeted notifications.",
"category": "communication",
"type": "system",
"version": "1.0.0",
"author": "Apito Team",
"author_url": "https://apito.io",
"icon": "https://raw.githubusercontent.com/apito-io/hc-push-notification-plugin/main/logo.png",
"tags": ["push", "fcm", "apns", "notifications"],
"github_url": "https://github.com/apito-io/hc-push-notification-plugin",
"documentation_url": "/docs/cli/plugin-management",
"is_official": true,
"language": "go",
"license": "Apache-2.0",
"created_at": "2025-02-06",
"updated_at": "2025-02-06"
},
{
"id": "hc-scheduler-plugin",
"name": "Task Scheduler",
"description": "Cron jobs and scheduled task execution",
"long_description": "Task scheduler for cron-style and one-time job execution. Supports job queues, retries, and execution history.",
"category": "performance",
"type": "system",
"version": "1.0.0",
"author": "Apito Team",
"author_url": "https://apito.io",
"icon": "https://raw.githubusercontent.com/apito-io/hc-scheduler-plugin/main/logo.png",
"tags": ["scheduler", "cron", "tasks", "jobs"],
"github_url": "https://github.com/apito-io/hc-scheduler-plugin",
"documentation_url": "/docs/cli/plugin-management",
"is_official": true,
"language": "go",
"license": "Apache-2.0",
"created_at": "2025-02-06",
"updated_at": "2025-02-06"
},
{
"id": "hc-logging-plugin",
"name": "Logging & Monitoring",
"description": "Structured logging and application monitoring",
"long_description": "Structured logging with log aggregation, application monitoring, health checks, and alerting integration.",
"category": "monitoring",
"type": "system",
"version": "1.0.0",
"author": "Apito Team",
"author_url": "https://apito.io",
"icon": "https://raw.githubusercontent.com/apito-io/hc-logging-plugin/main/logo.png",
"tags": ["logging", "monitoring", "observability", "alerts"],
"github_url": "https://github.com/apito-io/hc-logging-plugin",
"documentation_url": "/docs/cli/plugin-management",
"is_official": true,
"language": "go",
"license": "Apache-2.0",
"created_at": "2025-02-06",
"updated_at": "2025-02-06"
},
{
"id": "hc-analytics-plugin",
"name": "Analytics & Metrics",
"description": "Google Analytics, custom events, and metrics",
"long_description": "Analytics integration with Google Analytics 4, custom event tracking, user behavior analysis, conversion tracking, and real-time reports.",
"category": "analytics",
"type": "project",
"version": "1.0.0",
"author": "Apito Team",
"author_url": "https://apito.io",
"icon": "https://raw.githubusercontent.com/apito-io/hc-analytics-plugin/main/logo.png",
"tags": ["analytics", "tracking", "events", "metrics"],
"github_url": "https://github.com/apito-io/hc-analytics-plugin",
"documentation_url": "/docs/cli/plugin-management",
"is_official": true,
"language": "go",
"license": "Apache-2.0",
"created_at": "2025-02-06",
"updated_at": "2025-02-06"
},
{
"id": "hc-sms-plugin",
"name": "SMS Service",
"description": "Twilio and Vonage SMS integration",
"long_description": "SMS delivery service with Twilio and Vonage support. Includes templating, delivery status tracking, and multi-region support.",
"category": "communication",
"type": "system",
"version": "1.0.0",
"author": "Apito Team",
"author_url": "https://apito.io",
"icon": "https://raw.githubusercontent.com/apito-io/hc-sms-plugin/main/logo.png",
"tags": ["sms", "twilio", "vonage", "messaging"],
"github_url": "https://github.com/apito-io/hc-sms-plugin",
"documentation_url": "/docs/cli/plugin-management",
"is_official": true,
"language": "go",
"license": "Apache-2.0",
"created_at": "2025-02-06",
"updated_at": "2025-02-06"
},
{
"id": "hc-payment-plugin",
"name": "Payment Gateway",
"description": "Stripe and PayPal payment integration",
"long_description": "Payment processing with Stripe and PayPal. Supports subscriptions, one-time payments, refunds, and webhook handling.",
"category": "data",
"type": "project",
"version": "1.0.0",
"author": "Apito Team",
"author_url": "https://apito.io",
"icon": "https://raw.githubusercontent.com/apito-io/hc-payment-plugin/main/logo.png",
"tags": ["payment", "stripe", "paypal", "billing"],
"github_url": "https://github.com/apito-io/hc-payment-plugin",
"documentation_url": "/docs/cli/plugin-management",
"is_official": true,
"language": "go",
"license": "Apache-2.0",
"created_at": "2025-02-06",
"updated_at": "2025-02-06"
},
{
"id": "hc-ai-plugin",
"name": "AI/ML Functions",
"description": "OpenAI and AI model integration",
"long_description": "AI and machine learning integration with OpenAI, custom model support, embeddings, and function calling for your API.",
"category": "data",
"type": "project",
"version": "1.0.0",
"author": "Apito Team",
"author_url": "https://apito.io",
"icon": "https://raw.githubusercontent.com/apito-io/hc-ai-plugin/main/logo.png",
"tags": ["ai", "openai", "ml", "embeddings"],
"github_url": "https://github.com/apito-io/hc-ai-plugin",
"documentation_url": "/docs/cli/plugin-management",
"is_official": true,
"language": "go",
"license": "Apache-2.0",
"created_at": "2025-02-06",
"updated_at": "2025-02-06"
}
],
"categories": [
{ "id": "all", "name": "All Plugins" },
{ "id": "authentication", "name": "Authentication" },
{ "id": "storage", "name": "Storage" },
{ "id": "communication", "name": "Communication" },
{ "id": "data", "name": "Data" },
{ "id": "security", "name": "Security" },
{ "id": "performance", "name": "Performance" },
{ "id": "monitoring", "name": "Monitoring" },
{ "id": "analytics", "name": "Analytics" }
],
"types": [
{ "id": "all", "name": "All Types" },
{ "id": "system", "name": "System Plugins" },
{ "id": "project", "name": "Project Plugins" }
]
}