Example #1
0
def index():
	""" Returns information about the wrapper in RDF format """	
	args = []
	if request.method == 'POST':
		args = request.form
	elif request.method == 'GET':
		args = request.args
	wrapper = Wrapper("",args)

	return wrapper.get_info()