Questions tagged [mashery]

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

23 questions
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
  • 173
  • 1
  • 3
  • 12
0
votes
1 answer

Mashery with external identity provider like IdentityServer4

Does Mashery play nicely with a third party OAuth2/OpenID Connect provider? Can it be configured to allow OAuth2 tokens to pass through? If so, how much functionality of Mashery is lost by going with a different identity provider? I am currently…
Vanlightly
  • 1,389
  • 8
  • 10
0
votes
1 answer

Add custom static header information in response through Mashery

I am new to Mashery and just wanted to know if it is possible in Mashery to add custom static header information in response to a call and how? If yes, then is it possible to make this header information enrichment conditional based upon the success…
Popeye
  • 1,548
  • 3
  • 25
  • 39
0
votes
1 answer

NSURLCache with changing Mashery "sig=XXXXXX" query item

Is it possible to use NSURLCache to cache responses when the URL includes a changing query item? For example, we add Mashery's required "sig=XXXXXX" query item, which changes for each request. If not, is there a workaround?
Marco
  • 6,692
  • 2
  • 27
  • 38
0
votes
2 answers

Array of objects using IODOCS

I want to add a Array of object like "identifiers": [ { "primary": true }, { "primary": false }, ] But the object inside array always need a name to create like "identifiers": [ { …
Raja
  • 239
  • 1
  • 5
  • 18
0
votes
1 answer

Mashery IODocs - Latency issue due to heavy json config file

Mashery IOdocs is a really a great tools for documenting API. I'm using it for a quite big project with more then 50 methods and complex structures sent to this API, so that my json config file is more than 4000 lines long. I self-host IOdocs on a…
betelgeuz
  • 309
  • 4
  • 11
0
votes
2 answers

SurveyMonkey API - how does the Mashery account relate to the SurveyMonkey account?

If I have a SurveyMonkey account and a Mashery login, how (in either SurveyMonkey or the Mashery 'developer.surveymonkey.com' site) do I link the two accounts together? i.e. so that the provided API key and token give me access to the correct…
0
votes
1 answer

I can't get this ajax call to work, no json output

I have the code below in my html. I can't get alert to send me back anything. $.ajax({ …
tcui222
  • 319
  • 2
  • 3
  • 10
1
2