淘宝开放平台.NET版SDK top4net

码农软件 · 软件分类 · 其他开发相关 · 2019-10-29 07:59:01

软件介绍

设计原则

   1. 容易维护扩展(不需要修改主类就可以添加新的API支持)
   2. 注入型解释器(依据不同的返回格式注入相应的解释器)
   3. 集中管理请求参数与参数映射
   4. 以异常的方式来管理错误的响应
   5. 使用泛型来做强类型编程
   6. 多协议扩展支持(REST, RPC, SOAP, etc)

调用方式:

 ITopClient client = new TopRestClient("http://gw.api.tbsandbox.com/router/rest", "test", "test", "json");
 UserGetRequest request = new UserGetRequest();
 request.Fields = "user_id,nick,sex,created,location";
 request.Nick = "tbtest520";
 User user = client.Execute(request, new UserGetJsonParser());

本文地址:https://codercto.com/soft/d/17796.html

Scalability Rules

Scalability Rules

Martin L. Abbott、Michael T. Fisher / Addison-Wesley Professional / 2011-5-15 / USD 29.99

"Once again, Abbott and Fisher provide a book that I'll be giving to our engineers. It's an essential read for anyone dealing with scaling an online business." --Chris Lalonde, VP, Technical Operatio......一起来看看 《Scalability Rules》 这本书的介绍吧!

随机密码生成器
随机密码生成器

多种字符组合密码

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试

HEX CMYK 转换工具
HEX CMYK 转换工具

HEX CMYK 互转工具