Skip to content

Instantly share code, notes, and snippets.

View lgarvey's full-sized avatar
🏠
Working from home

Lyndon Garvey lgarvey

🏠
Working from home
  • Department for Business and Trade
  • Manchester, UK
View GitHub Profile
@lgarvey
lgarvey / keybase.md
Created February 27, 2017 15:30
keybase proof of ID

Keybase proof

I hereby claim:

  • I am lgarvey on github.
  • I am lgarvey (https://keybase.io/lgarvey) on keybase.
  • I have a public key ASBjb-2WDXWLV5FovaQIJOYZZQQbcVXtUSZJy3tlMO1pcwo

To claim this, I am signing this object:

@lgarvey
lgarvey / gist:050f859add27afa9303c
Created August 11, 2014 13:30
Linnworks UpdateOrder SOAP response
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<UpdateOrderResponse xmlns="http://api.linnlive.com/order">
<UpdateOrderResult>
<Error />
<ErrorNum>0</ErrorNum>
<IsError>false</IsError>
<Order>
<ShippingAddress>
#
# Connecting to MonogHQ via heroku with flask and mongoengine
#
# heroku/mongohq exposes the mongodb connection uri in the os.envion['MONGOHQ_URL']
#
# config.py
import os