I hereby claim:
- I am mpguerra on github.
- I am mpguerra (https://keybase.io/mpguerra) on keybase.
- I have a public key whose fingerprint is 3E7F A89E 2459 B6CC A62F 56B8 C6CB 772E F096 9C45
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| curl -v -X POST "https://sendgrid-admin.3scale.net/admin/api/signup.xml" -d 'provider_key=PROVIDER_KEY&org_name=COMPANY_NAME&username=USERNAME&email=EMAIL&password=PASSWORD&application_plan_id=MONTHLY_PLAN_ID' |
| <!-- Favicon --> | |
| <link rel="shortcut icon" href="/images/icon.ico" type="image/x-icon" /> |
| function M.connect_redis(red) | |
| redisurl = os.getenv("REDISTOGO_URL") | |
| redisurl_connect = string.split(redisurl, ":")[3] | |
| redisurl_user = string.split(redisurl_connect, "@")[1] | |
| redisurl_host = string.split(redisurl_connect, "@")[2] | |
| redisurl_port = tonumber(string.split(redisurl, ":")[4]) | |
| local ok, err = red:connect(redisurl_host, redisurl_port) | |
| if not ok then | |
| ngx.say("failed to connect: ", err) |
| <script> | |
| $(function(){ | |
| ThreeScale.APIDocs.init(['oauth','sentiment']); | |
| }); | |
| </script> |
| config.action_dispatch.default_headers['X-Frame-Options'] = "ALLOW-FROM https://developers.google.com/oauthplayground" |
| { | |
| "basePath": "http://sentiment-api.herokuapp.com", | |
| "apiVersion": "v1", | |
| "apis": [ | |
| { | |
| "path": "/v1/words/{word}.json", | |
| "operations": [ | |
| { | |
| "httpMethod": "GET", | |
| "summary": "Returns the sentiment value of a given word", |
| <iframe width="975" height="750" seamless=true src="https://developers.google.com/oauthplayground/#step1&scopes=write&useDefaultOauthCred=unchecked&oauthEndpointSelect=Custom&oauthAuthEndpointValue=https%3A//address-book-app-webhooks.herokuapp.com/oauth/new&oauthTokenEndpointValue=https%3A//address-book-app-webhooks.herokuapp.com/oauth/token.json&includeCredentials=unchecked&accessTokenType=query&autoRefreshToken=unchecked&accessType=offline&forceAprovalPrompt=checked&response_type=code&oauthClientId={{ current_user.account.applications.first.application_id }}&oauthClientSecret={{ current_user.account.applications.first.keys.first }}"></iframe> |
| <iframe width="975" height="750" seamless=true src="https://developers.google.com/oauthplayground/#step1&scopes=write&useDefaultOauthCred=unchecked&oauthEndpointSelect=Custom&oauthAuthEndpointValue=https%3A//address-book-app-webhooks.herokuapp.com/oauth/new&oauthTokenEndpointValue=https%3A//address-book-app-webhooks.herokuapp.com/oauth/token.json&includeCredentials=unchecked&accessTokenType=query&autoRefreshToken=unchecked&accessType=offline&forceAprovalPrompt=checked&response_type=token&oauthClientId={{ current_user.account.applications.first.application_id }}"></iframe> |