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.
ルートが次の場合に備えて、クエリ文字列を渡して API にアクセスする必要があります。
api/v1/servers/#{server_name}/zones
クエリ パラメータはrrsets=false次のとおりです。コードは次のとおりです。
rrsets=false
HTTPoison.get!("api/v1/servers/#{server_name}/zones")
クエリ文字列で送信するにはどうすればよいですか?