如何从Node.js中的URL获取数据

时间:2019-10-29 16:56:18

标签: node.js api

语言:Node.js 网络服务器:Express

代码:

app.get(`/api/v1/coins/"code goes here")`,function(request,response)  {

       response.json({"coins":`code goes here`});   

}); 

嘿,我有一个API,允许我们访问URL时可以恢复数据

类似http的网址://example.com/api/v1 /...

但是我要确保当有人继续使用http://example.com/api/v1/coins/“用户ID”

我可以检索“用户ID”,并能够向他发送一个包含数据的JSON

对不起,我的英语不好

0 个答案:

没有答案