admin errors for errorable
Firebase admin SDK for Node.js
Contains types related to administering a Bedrock Dedicated Server. These types allow for the configuration of variables and secrets in JSON files in the Bedrock Dedicated Server folder. These types cannot be used on Minecraft clients.
A frontend Framework for building admin applications on top of REST services, using ES6, React and Material UI
Cloud Run Admin API
A client to interact with Keycloak's Administration API
Strapi Admin
Shopify Admin API Client - A lightweight JS client to interact with Shopify's Admin API
English messages for react-admin, the frontend framework for building admin applications on top of REST/GraphQL services
Core components of react-admin, a frontend Framework for building admin applications on top of REST services, using ES6, React
Polyglot i18n provider for react-admin
UI Components for react-admin with Material UI
admin
Keycloak Admin Client compiled in CommonJS.
Shopify API Library for Node - accelerate development with support for authentication, graphql proxy, webhooks
AWS SDK for JavaScript Sso Admin Client for Node.js, Browser and React Native
Api paths of @mocks-server/plugin-admin-api
Bundler for the Medusa admin dashboard.
The Node-RED admin command line interface
Simple REST data provider for react-admin
Mocks Server plugin providing an administration REST API
SDK for building extension for the Medusa admin dashboard.
No description provided.
Shared code for Medusa admin packages.
Lipsiadmin is a new revolutionary admin for your projects.Lipsiadmin is based on Ext Js 2.0. framework (with prototype adapter) and is ready for Rails 2.0. This admin is for newbie developper but also for experts, is not entirely written in javascript because the aim of developper wose build in a agile way web/site apps so we use extjs in a new intelligent way a mixin of 'old' html and new ajax functions, for example ext manage the layout of page, grids, tree and errors, but form are in html code.
AutoError is a mountable engine for Rails 4.0+ which provides an 'exceptions_app' which helps you catch exceptions (showing the appropriate page to users) and an interface you can mount in your admin panel to display those errors.
Small class to simplify the writing and handling of GraphQL queries and mutations for the Shopify Admin API. Comes with built-in retry, pagination, error handling, and more!
# Kaffe Framework This is a minimalistic webframework inspired by sinatra and rails. ## Basic usage The idea is to use be able to create modular applications and forward requests between them. class Blog < Kaffe::Base use Rack::CommonLogger get '/?' do "Hello From Blog" end end class Admin < Kaffe::Base get '/login' do ... Login logics ... end error 400..500 do |code, message| .. show pretty error message .. end end class MyApp < Kaffe::Base route '/blog', Blog route '/admin', Admin end run MyApp ## API overview
Rigid Workflow is a durable workflow orchestration engine for Rails applications. It provides a DSL for defining durable workflows with support for: - Sequential and parallel execution - Controlled race conditions - Wait signals and timeouts - Retry logic with exponential backoff - Rescuing from errors and compensating - Persistent state and history - Admin UI to inspect and manage workflows - Built on Rails and ActiveJob