axios.get('https://rallycoding.herokuapp.com/api/music_albums')
.then(response => console.log(response))
ない、それはXMLだからかもしれ応答を取得することができHTTPリクエストは、XMLフィード
を期待通りにJSONレスポンスが動作を取得しますか?
axios.get('http://thefederalistpapers.org/feed')
.then(response => console.log(response))
XMLフィードをフェッチする作業はありますか?ここで
は私が取得していますエラーです:
Possible Unhandled Promise Rejection (id: 0):
Error: Network Error
は基本的に私が何をしようとしていますどのようなHTTPリクエストからXMLを取得し、あると私はJSON
に変換するかどうかはわからないIさらにreact-native-xml2jsを試しましたが、非同期をサポートしていないため、不明です。
async (default false): Should the callbacks be async? This might be an incompatible change if your code depends on sync execution of callbacks. Future versions of xml2js might change this default, so the recommendation is to not depend on sync execution anyway. Added in 0.2.6.