Parse json data from yandex translate api using retrofit in android

不羁岁月 提交于 2019-12-12 03:40:56

问题


I have an endpoint from yandex translate api i.e. https://translate.yandex.net/api/v1.5/tr.json/translate? key=trnsl.1.1.20170330T122259Z.ced3f5aaba1fb0cc.7b2060a11b18f42c68fbce10987c7538976f9c4d&text=hello&lang=ru

i am unable to figure out, how can i use this url in retrofit..

来源:https://stackoverflow.com/questions/43159255/parse-json-data-from-yandex-translate-api-using-retrofit-in-android

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!