I hereby claim:
- I am branchbit on github.
- I am branchbit (https://keybase.io/branchbit) on keybase.
- I have a public key whose fingerprint is 03F1 3ECD E6A1 53D8 8A42 2187 E8A2 FA51 9B73 A5A2
To claim this, I am signing this object:
{ | |
"name": "My rust Integration", | |
"description": "An integration that does wonderful things", | |
"key": "com.branchbit.rustchat", | |
"links": { | |
"homepage": "http://rcon.branchbit.be", | |
"self": "http://rcon.branchbit.be/hipchatintegration/capabilities" | |
}, | |
"capabilities": { | |
"webhook": [ |
.. | |
->add('syncJobGroovyScripts', CollectionType::class, [ | |
'entry_type' => GroovyScriptType::class, | |
'allow_add' => true, | |
'by_reference' => false, | |
'allow_delete' => true, | |
]) | |
... |
public function exportCsvAction() | |
{ | |
$data = []; | |
$filename = "export_filename_" . date("Y_m_d_His") . ".csv"; | |
$response = $this->render('BBITAdminBundle:Csv:entity.csv.twig', array('data' => $data)); | |
$response->setStatusCode(200); | |
$response->headers->set('Content-Type', 'text/csv'); | |
$response->headers->set('Content-Description', 'Filename description'); | |
$response->headers->set('Content-Disposition', 'attachment; filename=' . $filename); |
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
{ | |
"username":"your_name_here" | |
} |
{"username":"your_name_here"} |