简体   繁体   English

适用于Java的现代Flickr API

[英]Modern Flickr API for Java

Is there any Java API for Flickr out there that is more modern than the existing ones? Flickr有没有比现有的更现代的Java API?

  • flickrj flickrj
    • contains full set of API methods 包含完整的API方法集
    • API usage tedious, no generics, type safe values, etc. API使用繁琐,没有泛型,类型安全值等。
    • no updates in two years 两年内没有更新
    • no up-to-date version in maven central maven central中没有最新版本
  • jickr jickr
    • unmaintained, incomplete, alpha 没有维护,不完整,阿尔法

Also, as far as I can see, all of them are missing updates and are also not (with the most current version) available via maven central. 此外,据我所知,所有这些都缺少更新,也没有(通过最新版本)通过maven central可用。

I think you'll find that if you just get started making the calls yourself, you will end up with your own version of a framework that works just as well. 我想你会发现,如果你刚开始自己​​打电话,你最终会得到你自己的一个框架,也可以。 This is what happened to me, although I did reference some of the code from flickrj to help me with some basic things, but after time, I ended up with my own portable library that worked excellently. 这就是我发生的事情,虽然我确实从flickrj中引用了一些代码来帮助我处理一些基本的东西,但是一段时间后,我最终得到了我自己的便携式库,它运行得非常好。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM