caleb tucker-raymond

Results 2 comments of caleb tucker-raymond

I came across this today. /var/log/mysql/error.log was showing that mysql had run out of memory. I doubled the memory in site.yml and did a vagrant reload and so far, so...

If it is helpful, I was able to pass headers this way: $odataClient = new ODataClient($serviceURL, function($request) { $request->headers['APIKEY'] = 'SuperDuperSecretKey'; }); For query parameters I use `->where()` for oData's...