JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 45
  • Score
    100M100P100Q86532F
  • License ISC

Administrative API client for the Crablr platform, providing backend management capabilities and administrative operations.

Package Exports

  • @crablr/admin

Readme

@crablr/admin

Administrative API client for the Crablr platform. Provides backend management capabilities and administrative operations for platform administrators and developers.

Installation

npm install @crablr/admin

Quick Start

import { CrablrAdmin } from "@crablr/admin";

const admin = new CrablrAdmin({
  apiKey: "your-admin-api-key",
  // Additional configuration options
});

// Example usage
const result = await admin.manageResource("/admin/api/example");

Features

  • 🔐 Administrative Access - Secure backend management operations
  • 👥 User Management - Complete user lifecycle administration
  • 💳 Payment Operations - Payment intent creation and management
  • 📊 Platform Analytics - Administrative insights and reporting
  • 📘 TypeScript First - Full type safety and IntelliSense support
  • 🛡️ Security Focused - Built-in authentication and authorization handling

Status

⚠️ Work in Progress - This package is currently in development (v0.x). APIs may change between versions.

Security

This package is designed for administrative use only. Ensure proper API key management and access control in production environments.

Documentation

Comprehensive documentation will be available once the package reaches stable release.

Contributing

This package is currently under active development. Contribution guidelines will be provided in future releases.

License

ISC