Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在创建一个使用 Flickr 的 API 的应用程序。我想知道是否可以模拟 Flickr 的 API,以便我可以离线运行我的测试。我正在用 java 开发应用程序。
您应该只为松散耦合和更好的可测试性编写一个用于 flickr API 访问的适配器。