改造 2 中的一些目录发生了什么?
What happened to some directories in retrofit 2?
在retrofit 1.9.0中,有这些目录,其中有一些类:
而现在retrofit 2.2.0,只有'http'。无 'mime'、'converter' 等
是我做错了什么,还是他们只是重组了什么?
在 retrofit 2
他们改变了项目结构。所以现在转换和其他组件作为单独的模块提供。
这里有一个 link 用于迁移:upgrade guide from 1.9
另请阅读:The biggest update yet on the best HTTP Client Library for Android
在retrofit 1.9.0中,有这些目录,其中有一些类:
而现在retrofit 2.2.0,只有'http'。无 'mime'、'converter' 等
是我做错了什么,还是他们只是重组了什么?
在 retrofit 2
他们改变了项目结构。所以现在转换和其他组件作为单独的模块提供。
这里有一个 link 用于迁移:upgrade guide from 1.9
另请阅读:The biggest update yet on the best HTTP Client Library for Android