Commit f91cda68 authored by Aaron Tidwell's avatar Aaron Tidwell

semantics

parent c5144137
...@@ -60,7 +60,7 @@ All methods are qs based, so I would assume nginx would ignore content-length fo ...@@ -60,7 +60,7 @@ All methods are qs based, so I would assume nginx would ignore content-length fo
--- ---
##Etc ##Etc
The other language wrappers are AWESOME. I consulted their sources often when trying to figure out WTF the API actually wanted. One of the most important examples was from the python lib's api.py - it confirmed I wasn't insane about how to construct the querystring. Ruby and PHP provide native ways to encode objects in ```object[property]=value``` syntax, but python and node don't. The other language wrappers are AWESOME. I consulted their sources often when trying to figure out WTF the API actually wanted. One of the most important examples was from the python lib's api.py - it confirmed I wasn't insane about how to construct the querystring. Ruby and PHP provide native ways to stringify objects in ```object[property]=value``` syntax, but python and node don't.
--- ---
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment