lib/scf/api/other.ex

defmodule SCF.API.Other do
  @moduledoc """
  Some shortcut functions for [Other APIs](https://intl.cloud.tencent.com/document/product/583/34408)
  """
  use SCF.API, actions: [:get_account]
end