We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
由于测试是良好 API 包装器的一部分,因此我建议将此作为该主题的开始。
使用 TDD 用 Ruby 编写 API 包装器
since testing is one part of a good API wrapper I recommend this for a start on the topic.
Writing an API Wrapper in Ruby with TDD
Ruby 最佳实践的第 2 章可能会有所帮助。 您可以在此处免费阅读。
Chapter 2 of Ruby Best Practices might be helpful. You can read it for free here.
查看 Instagram Ruby 客户端。
它应该让您对如何在 Ruby 中编写模块化第三方 API 包装器有一个清晰的了解。
Take a look at Instagram Ruby Client.
It should give you a fair idea on how to write modular third party API wrappers in Ruby.