jobcelis library

Official Dart/Flutter SDK for the Jobcelis Event Infrastructure Platform.

import 'package:jobcelis/jobcelis.dart';

final client = JobcelisClient(apiKey: 'your_api_key');
final event = await client.sendEvent('order.created', {'order_id': '123'});

Classes

JobcelisClient
Client for the Jobcelis Event Infrastructure Platform API.
WebhookVerifier
Verifies webhook signatures using HMAC-SHA256 (Base64, no padding) with constant-time comparison.

Exceptions / Errors

JobcelisException
Exception thrown when the Jobcelis API returns an error response.