Mickey
Mickey
Previous issue: https://github.com/googleapis/elixir-google-api/issues/1945 I think Google Ads's API is been moved to rpc, would love to finally work on this project with elixir. :) https://developers.google.com/google-ads/api/reference/rpc/ Please let me know if...
Hi, I am trying to write a GraphQL Apiary documentation for my team, but doesn't see one yet. Do you have some suggestions? It has to cover both query and...
Hi, I am working on a new application utilizing IG's OAuth, and keep running in to this error when hitting IG's authentication api in development: ``` { "error_type": "OAuthException", "code":...
#529 I am not familiar with erlang, and I can't, for the life of me, seem to figure out how to get erlang test suite to run. I fiddle with...
Hi, A third party API is very strict about request headers, it allows nothing but the ones documented. I’m using HTTPoison as REST client, but Hackney adds some header information,...
Hi! Thank you so much for the Dockerfile template!! It was awesome to get my first image build following the hello_phoenix example! However, when I attempted to do `docker run`...
Hello, 👋 I'm trying to create a retry strategy that retries based on Zendesk's rate limit response. The response looks something like this: ``` < HTTP/1.1 429 < Server: nginx/1.4.2...
Current setup, postgres user will default to `postgres`. This PR will use project name instead.
I couldn't find the script in this command from README: `sudo bin/deploy-init-local` Does it suppose to generate one after I build the release?