Even Simpler Guidelines for Tropo Web API Language Libary Naming
September 3rd, 2010 by Dan YorkAfter I wrote about our suggested guidelines for naming Tropo Web API modules, we received some feedback about ways to make it even easier to use for developers. The main suggestion was to change the module names from “tropo-webapi” to simply “tropo”. After some discussion, we decided to do that… so the new names will be:
| Ruby | require ‘tropo’ |
| PHP | require ‘tropo.class.php’; |
| python | import tropo |
| C# | using TropoCSharp.Tropo; |
It will take a week or two for us to bring all the libraries in sync… stay tuned for more updates.
Related posts:
