Code Monkey home page Code Monkey logo

dpd-actions's Introduction

dpd-actions

Deployd custom route action module

This custom resource type allows you to define custom actions, to be performed outside the default collection resource, i.e., dpd-actions do not necessarily require a collection to be executed.

Installation

Within your deployd app, you can add dpd-actions using npm:

npm install dpd-actions

See Installing Modules for details.

Configuration

Go to the deployd dashboard and add a new dpd-action. Specify a name for your action ('myactions'). In the actions panel add actions using the provided forms and add the code necessary to execute the action.

Actions can be accessed using the dpd client or http request.

For the dpd client use:

dpd.actions.myaction('actionname', callback);

For http access:

`http.get/post/put/delete('http://my-host:my-port/actions/myaction/actionname');

Settings:

resource

Allows you to specify any resource in your current setup. This resource will be directly available through the store object within your actions.

Helpers

A couple of helper methods/objects will be available within a custom action:

  • require

Provides access to the node module loader

  • dpd

Gives access to the internal dpd client. Allows to query other resources / collections / actions within your deployd app.

  • store

Direct access to this action's resource's Mongo store. Provides two accessor methods:

store.fetch: Query the mongo store

store.persist: Persist data into the mongo store

  • this / data

Provides access to the requested resource and is used to provide the values returned by the request.

dpd-actions's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.