Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
restangular
IService
Interface IService
Hierarchy
ICustom
IService
IElement
ICollection
Index
Methods
addRestangularMethod
all
allUrl
copy
customDELETE
customGET
customGETLIST
customOperation
customPOST
customPUT
one
oneUrl
restangularizeCollection
restangularizeElement
stripRestangular
withConfig
Methods
public
addRestangularMethod
(
name
:
string
, operation
:
string
, path
?:
string
, params
?:
any
, headers
?:
any
, elem
?:
any
)
:
IPromise
Parameters
name:
string
operation:
string
path?:
string
optional
params?:
any
optional
headers?:
any
optional
elem?:
any
optional
Returns
IPromise
public
all
(
route
:
string
)
:
IElement
Parameters
route:
string
Returns
IElement
public
allUrl
(
route
:
string
, url
:
string
)
:
IElement
Parameters
route:
string
url:
string
Returns
IElement
public
copy
(
fromElement
:
any
)
:
IElement
Parameters
fromElement:
any
Returns
IElement
public
customDELETE
(
path
:
string
, params
?:
any
, headers
?:
any
)
:
IPromise
Parameters
path:
string
params?:
any
optional
headers?:
any
optional
Returns
IPromise
public
customGET
(
path
:
string
, params
?:
any
, headers
?:
any
)
:
IPromise
Parameters
path:
string
params?:
any
optional
headers?:
any
optional
Returns
IPromise
public
customGETLIST
(
path
:
string
, params
?:
any
, headers
?:
any
)
:
ICollectionPromise
Parameters
path:
string
params?:
any
optional
headers?:
any
optional
Returns
ICollectionPromise
public
customOperation
(
operation
:
string
, path
:
string
, params
?:
any
, headers
?:
any
, elem
?:
any
)
:
IPromise
Parameters
operation:
string
path:
string
params?:
any
optional
headers?:
any
optional
elem?:
any
optional
Returns
IPromise
public
customPOST
(
elem
?:
any
, path
?:
string
, params
?:
any
, headers
?:
any
)
:
IPromise
Parameters
elem?:
any
optional
path?:
string
optional
params?:
any
optional
headers?:
any
optional
Returns
IPromise
public
customPUT
(
elem
?:
any
, path
?:
string
, params
?:
any
, headers
?:
any
)
:
IPromise
Parameters
elem?:
any
optional
path?:
string
optional
params?:
any
optional
headers?:
any
optional
Returns
IPromise
public
one
(
route
:
string
, id
?:
number
)
:
IElement
Parameters
route:
string
id?:
number
optional
Returns
IElement
public
one
(
route
:
string
, id
?:
string
)
:
IElement
Parameters
route:
string
id?:
string
optional
Returns
IElement
public
oneUrl
(
route
:
string
, url
:
string
)
:
IElement
Parameters
route:
string
url:
string
Returns
IElement
public
restangularizeCollection
(
parent
:
any
, element
:
any
, route
:
string
)
:
ICollection
Parameters
parent:
any
element:
any
route:
string
Returns
ICollection
public
restangularizeElement
(
parent
:
any
, element
:
any
, route
:
string
, collection
?:
any
, reqParams
?:
any
)
:
IElement
Parameters
parent:
any
element:
any
route:
string
collection?:
any
optional
reqParams?:
any
optional
Returns
IElement
public
stripRestangular
(
element
:
any
)
:
any
Parameters
element:
any
Returns
any
public
withConfig
(
configurer
:
(RestangularProvider: restangular.IProvider) => any
)
:
IService
Parameters
configurer:
(RestangularProvider: restangular.IProvider) => any
Returns
IService
Globals
jquery
ng
ng.auto
restangular
ICollection
ICollectionPromise
ICustom
IElement
IPromise
IProvider
IRequestConfig
IResponse
IService
addRestangularMethod
all
allUrl
copy
customDELETE
customGET
customGETLIST
customOperation
customPOST
customPUT
one
oneUrl
restangularizeCollection
restangularizeElement
stripRestangular
withConfig