We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 855d1d6 commit 7368a31Copy full SHA for 7368a31
lib/algora/cloud.ex
@@ -5,6 +5,10 @@ defmodule Algora.Cloud do
5
call(AlgoraCloud, :top_contributions, [github_handle])
6
end
7
8
+ def list_top_matches(opts \\ []) do
9
+ call(AlgoraCloud, :list_top_matches, [opts])
10
+ end
11
+
12
defp call(module, function, args) do
13
if :code.which(module) == :non_existing do
14
# TODO: call algora API
0 commit comments