Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次のように、curl リクエストを Stripe API に正常に送信できます。
curl https://api.stripe.com/v1/customers?limit=3 \ -u sk_test_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx: \ -G
Elixir の依存関係: HTTPoison を使用して HTTP リクエストを送信するにはどうすればよいですか?