Displaying 3 results from an estimated 3 matches for "posturl".
Did you mean:
posture
2016 Apr 04
0
Using R for cURL commands,Message-ID:
...prior to this section. The
set of errors I check for is unique to the API I'm talking to, an internal one that's a
bit odd in its return codes, but still it gives you the idea.
auth <- authenticate(id$lanid, id$password, type="basic")
query <- POST(url=control$posturl, body= xlist, auth, encode="json")
if (status_code(query) >= 300) handle_reset(control$posturl)
if (status_code(query) == 401)
stop("invalid lanid/password for this application")
else if (status_code(query) == 400)
stop("interna...
2007 Oct 18
5
swfdec-mozilla: Changes to 'master'
...e679b5b3c2832c7067bd8bc6d8
Author: Benjamin Otte <otte at gnome.org>
Date: Thu Oct 18 23:19:58 2007 +0200
update to new launch signal syntax
commit 1024809da3e1287995c4acf28d2ad9959a93a80f
Author: Benjamin Otte <otte at gnome.org>
Date: Thu Oct 18 23:19:42 2007 +0200
bind PostURL vfunc
2007 Nov 15
2
Changes to 'refs/tags/0.5.4'
Tag '0.5.4' created by Benjamin Otte <otte at gnome.org> at 2007-11-15 10:12 -0800
release 0.5.4 ("Turkish Cycling Federation")
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQBHPBurvMv5VCdLq8QRAj1KAJ40NHRRS3gKyJjSjyyoH7gDaGi/tQCeOha/
R5PF4bZQqmSdJ64t8EbD4cA=
=8qBy
-----END PGP SIGNATURE-----
Changes since the dawn of time:
Benjamin Otte (40):