Questions tagged [mashape]

Mashape is an API marketplace where developers can find and consume cloud APIs, and that API providers can use to distribute, track and manage their public or private cloud services.

Mashape is an API marketplace where developers can find and consume cloud APIs, and that API providers can use to distribute, track and manage their public or private cloud services.

Developers that consume APIs have a unified place to consume a multitude of cloud APIs, tracking their usage analytics, and subscribe to pricing plans.

On the other side, developers that want to publish their cloud API to the public, or internally in private/partner mode, can use all the tools provided by Mashape to handle authentication, users, analytics and billing.

87 questions
0
votes
1 answer

How do I create a key at mashape.com?

I am trying to send SMS from asp.net web application (free SMS). Upon searching, I found this article : How to send SMs from ASP.Net application Now, according to the article I am trying to create a key at mashape.com . But I am unable to do the…
santubangalore
  • 796
  • 1
  • 12
  • 25
0
votes
1 answer

xCode - Mashape API - Unirest

i need some help from you. I found a API on MaShape for Metascore but i just can't get it to work. I used Cocoapod to download Unirest framework and copy pasted the code snippet from Mashape NSDictionary* headers = @{@"X-Mashape-Authorization":…
Steelzeh
  • 284
  • 2
  • 13
0
votes
1 answer

Pass a PHP Variable into HTML Select "Value"

I am trying to pass some php via a dropdown in html , the php then needs to be used to aid the execution of more php. However I do not think it is working. Any suggestions would really be appreciated, its been bugging me a while. This is not the…
user3702402
  • 5
  • 1
  • 3
0
votes
1 answer

Mashape API PHP - No Data Displayed?

I am having trouble getting any data out of a mashape API, I have made the UNIREST POST but I am unable to echo the data back to myself, this is what the call should return; { "result": { "name": "The Elder Scrolls V: Skyrim", "score":…
user3702402
  • 5
  • 1
  • 3
0
votes
1 answer

parse data to array from an std object

ive tried to get some data from mashape and then called it onto raw_body: $data = $response -> raw_body; i get this result: { "internalName": "jokb93", "dataVersion": 0, "acctId": 22059705, "name": "jokb93", "profileIconId": 31, "revisionDate":…
0
votes
1 answer

Incorrect callback URL with oAuth 1.0a / Google

I'm trying to use oAuth 1.0a with Google to retrieve stuff (I can't use 2.0 for this use case). I'm struggling at the authorization step because Google doesn't redirect my URL correctly and I was wondering what I am doing wrong. I am using the…
Joseph
  • 39
  • 5
0
votes
1 answer

Mashape API objective-C boilerplate code giving errors

I am trying to use an API From Mashape. When I test the endpoint (JSON response), things are working well, but the objective-c app-ready code example they give is not working, I get the following errors: This is my code: -…
TheProofIsTrivium
  • 768
  • 2
  • 11
  • 25
-1
votes
1 answer

How to fix: "java.lang.ClassCastException: com.mashape.unirest.http.HttpResponse cannot be cast to org.apache.http.HttpResponse"

I'm trying to connect to our Shopify store to get JSON or String about our orders. I used generated code snippet from POSTMAN software for "Java Unirest": public void getNewShopifyOrders() throws MalformedURLException, IOException,…
-1
votes
1 answer

How do I use the TextAnalysis API on Mashape with Swift?

I am new to Swift and would like to convert the following Objective-C code to Swift: (Obviously there is no unirest library for swift.) // These code snippets use an open-source library. http://unirest.io/objective-c NSDictionary *headers =…
webmagnets
  • 2,266
  • 3
  • 33
  • 60
-2
votes
1 answer

How to use an API from Mashape in Android Studio?

I have to use an API from mashape in my app. I have installed maven. I am using Android Studio. What further steps should I take ?
-2
votes
1 answer

Convert Json output in table

Below is the mashape api, here i want api output should be in table. $opts = array( 'http'=>array( 'method'=>"GET", 'header'=>"X-Mashape-Key: XXXXXXXXXX" ) ); $context = stream_context_create($opts); // Open the file using the HTTP…
user3588059
  • 71
  • 2
  • 2
  • 9
-3
votes
1 answer

How to use Unirest php ? Need to Link Site2Sms in Mashape?

I am pure beginner to APIs.. I am doing a project and think about including Site2Sms Api to send messages. The API I wish to use is in the link. The API is calling requests with Unirest PHP Library.. Can someone give a sample page or code snippet…
1 2 3 4 5
6