Reactium
  • Quick Start
  • Discuss
  • Approach
    • Architecture
    • DDD Introduction
    • Domain Model
  • Reactium App Foundation
    • Reactium Guides
      • Creating a Simple Single Page Web App (SPA)
      • Creating a Sassy Style Sheet
      • Reactium Core
      • Reactium + Actinium (APIs)
      • Reactium + REST
      • Plugin Module Guide
      • Animating React Routes
      • Reactium in Production
    • Reactium Domain Model
      • Basic Domain Model
      • Runtime Domain Model
      • Buildtime Domain Model
    • Reactium SDK
      • Reactium SDK Reference
    • Updating Reactium
  • Installing Foundations
    • Before You Install
    • Install Reactium
    • Install Actinium
  • Reactium API Foundation (Actinium)
    • Actinium Core
    • Setting up your User
    • Actinium SDK
      • Actinium SDK Reference
    • Actinium Domain Model
    • Extending
    • Updating
    • Live Query
  • Reactium Toolkit
    • Overview
    • Installation
    • Configuration
    • Customization
    • Creating Elements
      • Sidebar Elements
      • Toolbar Elements
      • Documentation Elements
    • Components
      • Sidebar
      • MenuLink
      • Element
      • Code
      • Markdown
      • Icon
    • Toolkit SDK
Powered by GitBook
On this page
  1. Reactium API Foundation (Actinium)

Actinium SDK

The Actinium SDK provides important facilities you will need to interact with the API server, and extends the Parse SDK with a few notable changes.

PreviousSetting up your UserNextActinium Domain Model

Last updated 1 year ago

Parse Extension

Class

Changes

User

  • Added Meta and Pref extensions

  • Added a list function to easily get a user list

  • Added a trash function that deletes a user but saves the object in the Trash for a limited time

File

Replaced create function

Cloud

Replace the define function where you have to specify the plugin associated with the cloud function

See: for available functions and definitions

Actinium SDK API Docs