Home Identifier Source Repository
public class | source

Shop

Extends:

Base → Shop

The Shop resource

Constructor Summary

Public Constructor
public

Member Summary

Public Members
public get

actions: *

Inherited Summary

From class Base
public get

Returns an object that supplies the clear, count and merge actions for this resource

public get

An array of methods to be exposed via APIProxy

public

clear()

Dispatches the clear action for this resource.

public

create(resource: object, options: object): RequestPromise

Performs a POST request, sending the resource along as the request body

public

Destroys the resource

public

Performs a GET request for the specified query.

public

Performs a GET request for the resource's count endpoint

public

update(id: number | string, resource: object, options: object): RequestPromise

Updates the given resource

protected

Public Constructors

public constructor source

Override:

Base#constructor

Public Members

public get actions: * source

Override:

Base#actions