Package coprs :: Package rest_api :: Package resources :: Module build :: Class BuildListR
[hide private]
[frames] | no frames]

Class BuildListR

source code


Instance Methods [hide private]
 
post(*args, **kwargs) source code
 
mediatypes(resource_cls)

Inherited from flask_restful.Resource: dispatch_request

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Methods [hide private]
 
get(cls) source code

Inherited from flask.views.View: as_view

Static Methods [hide private]
 
handle_post_json(req)
:return: if of the created build or raise Exception
source code
 
handle_post_multipart(req)
:return: if of the created build or raise Exception
source code
Class Variables [hide private]
  endpoint = 'buildlistr'
  methods = ['GET', 'POST']

Inherited from flask_restful.Resource: method_decorators, representations

Inherited from flask.views.View: decorators

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

post(*args, **kwargs)

source code 
Decorators:
  • @rest_api_auth_required