Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/reactjs/25.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/196.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Reactjs React:如何使用这个API?_Reactjs_Api_Frontend_Backend - Fatal编程技术网

Reactjs React:如何使用这个API?

Reactjs React:如何使用这个API?,reactjs,api,frontend,backend,Reactjs,Api,Frontend,Backend,首先,我对使用API还不熟悉 我想使用IMDB非官方API()。我知道,要发出API请求,我需要在axios.get('url)中写入后端的url。对于上述API,我应该在axios.get中放置什么地址?如何使用上述API生成API get/请求?请帮助。您是否阅读了详细信息部分?它指定了您要使用的特定urlquery@kunquan我想知道使用哪个基址?比如xyz.com/(API详细信息)。在这种情况下,xyz是什么?

首先,我对使用API还不熟悉


我想使用IMDB非官方API()。我知道,要发出API请求,我需要在axios.get('url)中写入后端的url。对于上述API,我应该在axios.get中放置什么地址?如何使用上述API生成API get/请求?请帮助。

您是否阅读了详细信息部分?它指定了您要使用的特定urlquery@kunquan我想知道使用哪个基址?比如xyz.com/(API详细信息)。在这种情况下,xyz是什么?