问题标签 [mashape]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
38 浏览

python - 如何使用 python(django) 从 mashape 访问字典列表?

我正在发送一个 URL 作为请求,作为响应,我得到了一个字典列表,我无法遍历这些值。

在调试模式下,我看到

我收到 TypeError:字符串索引必须是整数,而不是 str。如果我删除项目中的引号,我将得到未定义的变量“项目”

0 投票
1 回答
240 浏览

php - 我如何在 php 上使用 mashape curl

我如何在带有 curl 的 php 上使用它?

我知道这是错误的,但我试试这个(我将 MY KEY 和 MY CPF 替换为实际值):

0 投票
1 回答
399 浏览

php - Unirest PHP 和 Mashape API 响应

我正在测试这个。这是我第一次使用 unirest 和 mashape。

代码:

结果:

但是,我如何为变量设置一个特定的值('nome')?

像这样:

0 投票
1 回答
513 浏览

python-3.x - How to use mashape with python request library?

Unirest is not compatible with python3 and that's the library that mashape APIs' use on python projects.

I've decided to use python request library to make a POST request, but I'm getting a 400 HTTP error. Everything looks good to me, but I can't figure out what I'm doing wrong.

0 投票
2 回答
306 浏览

ios - 如何使用 Alamofire 使用以下参数进行 API 调用(Mashape)?

我在 Swift 3 中为 iOS 构建了一个小应用程序,而我用于获取应用程序数据的 api 有一个 cURL 请求。API的cURL请求如下:

使用 Swift 和 Alamofire,这是我使用 POST 方法获取数据的 api 调用。

当我执行上述操作时,我在控制台中收到错误请求。我试过改变函数调用,但结果是一样的。上面的 API 调用出了什么问题?

编辑:我在下面的答案中添加了解决方案。

0 投票
1 回答
766 浏览

jwt - Mashape Kong + JWT invalid token

I am getting started with Kong. I successfully did a simple authentication system with Oauth2 plugin, but now I have some troubles with the JWT one.

I searched a lot but there's lack of documentation and resources about this topic.

I followed the guide here: https://getkong.org/plugins/jwt/

I created a consumer with his JWT credentials:

Then I opened https://jwt.io/ and many other tools to generate a key. Anyways here the data I entered:

Header

Payload

Verify signature

The tool returns a key I use then as Authorization header:

Unfortunately the response from the server is always 401:

If I send a broken token or a token generated from wrong data, I receive a different error message.

What am I doing wrong here?

0 投票
1 回答
1202 浏览

javascript - 如何从 json 文件创建 jquery 变量?

很感谢任何形式的帮助。

基本上我使用的是来自 mashape 的 api,但我对 JSON 文件有点陌生。

我想要做的是为每个团队的总分创建一个 jquery 变量的负载。

请记住,团队根据他们在表格中的位置更改 JSON 文件中的位置。

下面是我到目前为止的 jquery 代码(没有 auth 代码)和 JSON 文件。

和 JSON 文件。

非常感谢!

0 投票
1 回答
272 浏览

kubernetes - 在 Kubernetes 上安装 Kong Enterprise

我已按照此链接中给出的说明在本地机器上的 kubernetes 容器上设置 kong。我可以通过 Kubernetes (minikube) IP 访问 kong 背后的 API。现在,我有了kong的企业版(试用版)。在没有 Kubernetes 的情况下,我已经下载了 Kong 企业映像并且能够在我的本地机器上运行 Kong。但是,我的问题是如何在 kubernetes 容器上设置企业 Kong 安装。我假设我必须调整 .yaml 中的“图像部分”以提取企业 Kong 图像。但我不知道该怎么做。你能帮助我们如何在 Kubernetes 容器上安装企业 Kong 吗?

0 投票
1 回答
403 浏览

jquery - 我的 AJAX 调用没有检索任何数据,只是“未定义”

在 Mashape.com 上调用随机电影报价生成器的 API 时,我有这个工作。我最初的意图是构建一个可以生成圣经引用的应用程序。我正在使用这个市场页面https://market.mashape.com/acg/uncovered-treasure#random。我在控制台中没有收到任何错误,只是这样:

我不知道为什么我没有检索我在函数 displayQuote 中调用的数据(文本、上下文)。我究竟做错了什么?

查询:

0 投票
0 回答
175 浏览

javascript - 如何获取 Mashape 密钥以使用 Javascript API

当我发送请求时,谷歌浏览器中的控制台显示我的密钥丢失。我还尝试直接在标题中写入密钥(而不是作为变量),但我遇到了同样的问题。