Displaying 7 results from an estimated 7 matches for "apikey".
Did you mean:
api_key
2012 Jun 11
0
SSOAP Parameter Structures: Nested Arrays
...quot; xmlns:xsd="
http://www.w3.org/2001/XMLSchema" xmlns:soap12="
http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<FunctionName xmlns="http://tempuri.org/">
<client>XXXXX</client>
<apiKey>XXXXX</apiKey>
<batchMessage>
<BatchMessage Message="XXXXX" MessageID="XXXXX"
LocaleCode="XXXXX" MessageType="XXXXX" />
<BatchMessage Message="XXXXX" MessageID="XXXXX"
L...
2011 Jul 14
1
RoutingError with RSpec Controller test on Scoped Route
So I have a route that looks like this:
scope "4" do
scope "public" do
scope ":apikey" do
resources :shops
end
end
end
And a bunch of controller specs, an example of which looks like this:
describe ShopsController do
describe "when responding to a GET" do
context "#new" do
it "should create a new instance of the shop class&...
2017 Feb 24
2
BUG or ???
...($[${CALLERID(num)} = ' ']?Set(var29=${SHELL(curl -X
POST --header "Content-Type: application/json" --header "Accept:
application/json" -d "{\"Phone\": ${FROMEXTEN}, \"Source\": \"asterisk\"}" "
http://sIte.com:80/api/v1/calls?apiKey=UABVAEI&clientId=3")}))
exten => h,3,NoOp(${var29})
exten => h,4,Macro(hangupcall,)
;--== end of [ext-queues] ==--;
so when i execute it got
-- Executing [h at ext-queues:1] NoOp("SIP/100-00000050", "100") in new stack
-- Executing [h at ext-queues:2] Ex...
2013 Aug 29
4
Weird behaviour using ssl connection (OpenSSL::SSL::SSLError)
...ece of code bellow on RoR console it works fine:
url = URI.parse("https://us1.api.mailchimp.com/2.0/helper/ping")
request = Net::HTTP::Post.new(url.path)
http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true
http.verify_mode = OpenSSL::SSL::VERIFY_NONE
request.body = "{\"apikey\": \"myapikey\"}"
response = http.start {|http| http.request(request) }
But when I try to use it on my RoR app I get the following error:
OpenSSL::SSL::SSLError (SSL_connect returned=1 errno=0 state=unknown
state: sslv3 alert handshake failure)
Someone know what could be ha...
2010 May 19
0
Hi - Regarding xend - xm create Error
...RROR (XendDomainInfo:83) Hkang in create.
None
[2010-05-19 11:45:35 12078] ERROR (XendConfig:309) stop 10
None
[2010-05-19 11:45:35 12078] ERROR (XendConfig:820) stop 11
Traceback (most recent call last):
File "//usr/lib/python/xen/xend/XendConfig.py", line 810, in _sxp_to_xapi
self[apikey] = type_conv(cfg[cfgkey])
KeyError: ''bootloader''
[2010-05-19 11:45:35 12078] ERROR (XendConfig:826) stop 12
Traceback (most recent call last):
File "//usr/lib/python/xen/xend/XendConfig.py", line 810, in _sxp_to_xapi
self[apikey] = type_conv(cfg[cfgkey])
KeyError:...
2007 Feb 26
2
[PATCH 0 of 2] Parse image elfnotes, write them to xenstore, save and load via image sxpr
Here are two patches that let xm create, save and restore extract and
preserve elfnotes read by the domain builder. This is handy for a few
things. In particular, I''d like it so that xm can decide whether or
not guest domains support fast resume (if save fails, or for
checkpointing).
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
2017 Jun 29
2
asterisk ari dialer
hi,
do you have someone example of
http://blogs.asterisk.org/2016/08/24/asterisk-14-ari-create-bridge-dial/
in node.js asterisk-ari ?
thanks
Marek