Questions tagged [mashery]

Mashery is a commercial API management service for deploying, documenting and monitoring API services in the cloud or on premise

24 questions
42
votes
1 answer

Convert OpenAPI 3.0 to Swagger 2.0

Is there a generator to convert OpenAPI 3.0 to Swagger 2.0? Mashery, an API gateway, requires Swagger 2.0 format on input to open endpoint.
Michal Foksa
  • 8,205
  • 5
  • 38
  • 61
11
votes
3 answers

Differences between API development platform e.g APIGEE and ESB

Me and my team will be working on APIGEE which is an API development platform to expose some services in our application. I am going through their documentation and also trying to understand the need of APIGEE or any other API development platform…
Tatha
  • 955
  • 1
  • 12
  • 35
4
votes
4 answers

How does API signature authentication work as implemented by Mashery?

Mashery allows authentication via digital signature as follows: First, concatenate the following components: API key Shared secret UNIX Timestamp Then, create an MD5 hash of the concatentated string. The documentation states that the unix…
kaliatech
  • 15,605
  • 4
  • 62
  • 76
2
votes
1 answer

Can API Management tool help attain Level 3(RMM-Richardson Maturity Model) from Level 0?

We have evaluated a few API management tools like WSO2 and Apigee. The hard fact is that the level of REST architecture maturity of your back-end services made available on API Mgmt tool would decide how well your API design turns out to be on the…
wajid mehraj
  • 233
  • 2
  • 13
2
votes
2 answers

django tastypie support for mashery iodocs?

Mashery iodocs is a tool for documenting API. It needs two configuration json objects to run. It would be nice to have this objects generated automatically by tastypie. Tastypie can generate json with schema, however it's incompatible with iodocs…
mnowotka
  • 14,512
  • 17
  • 78
  • 121
1
vote
1 answer

Create a Mashery API Definition that can be accessed without authentication

I manage to create so many API Definition that always using oauth 2 or Api Key, but how to create a definition without any authorization (just link as is) ? like a deeplink or shortened url that no need any authorization. I see custom options but…
aswzen
  • 968
  • 14
  • 34
1
vote
0 answers

IODocs : First Object inside Array Doesn't have a tag name

I want to add a objects inside a array. I have to set a name for that object like "identifiers": [ "IDENTIFIER": { "primary": true } ] Here "IDENTIFIER" is the object name. But the first object inside array always…
Raja
  • 249
  • 1
  • 5
  • 17
1
vote
1 answer

building APIs using API LM tools

am new to API LM & confused about Building APIs using tools such as apigee, 3scale, mashery, mulesoft, TIBCO APIX etc all these years , I know API is all about a language's API or SDK which you use to write/build code/application to solve a business…
Tibber
  • 11
  • 1
1
vote
1 answer

Mashery vs WSO2 vs 3scale

I would like to know the differences between Mashery, WSO2 and 3scale. Someone who has used API Managers before can give his opinion? What are advantages and disadvantages of each one thanks cheers
Alex M
  • 461
  • 4
  • 21
1
vote
1 answer

no response using iodocs

HI I have deployed the iodocs locally,and its working for the samples given. but for my api its giving empty response. here is what i appended to /data/apiconfig.json "cloudspokes": { "name": "cloudspokes", "protocol": "http", "baseURL":…
vishesh
  • 1,843
  • 6
  • 28
  • 59
0
votes
1 answer

Mashery Quotas: Calls per "day" or calls per "24-hours"?

I am accessing an API hosted by Mashery with the following rate limit: 5 calls per second 10,000 calls per day Does that imply that I can make 10,000 requests at 6:00PM, and then make another 10,000 requests at midnight? Or, does it mean I can…
Brad
  • 146,404
  • 44
  • 300
  • 476
0
votes
1 answer

Rate-limiting RESTful consumer

I am consuming a rate-limited web service, which only allows me to make 5 calls per second. I am using my server to proxy these calls to a web client: Mashery > My Web Server > Client's Browser I have optimized the usage of this web service, but…
Brad
  • 146,404
  • 44
  • 300
  • 476
0
votes
1 answer

OAuth - Make Authorization Code flow work without website or user?

I have a back-end processor, (imagine a chron job once a day generating reports), that needs to integrate with a third-party system. Their APIs only support the "Authorization code" grant type. The problem is I can't even fill out a request for a…
Joshua Gunder
  • 235
  • 2
  • 9
0
votes
0 answers

Bearer from Azure request missing

I'm facing an issue of communication from Azure to Mashery (and so Mashery to my code but it's work). I'm in a professional Azure environment. From a user's request, Azure has to send his request to our program in my company's cloud (thanks to the…
Gab
  • 23
  • 6
0
votes
1 answer

Connection between the Traffic Manager and the Endpoint system in Mashery API Management solution

I would like to know if it is possible for Mashery solution to expose backend services that are secured with OAuth 2.0 or Kerberos. My idea is to hide this authentication by Mashery Traffic Manager, for the services that are secured with a basic…
Mohcine Aterhzaz
  • 193
  • 1
  • 12
1
2