Skip to content

Commit 7368a31

Browse files
committed
add list_top_matches/1
1 parent 855d1d6 commit 7368a31

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/algora/cloud.ex

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ defmodule Algora.Cloud do
55
call(AlgoraCloud, :top_contributions, [github_handle])
66
end
77

8+
def list_top_matches(opts \\ []) do
9+
call(AlgoraCloud, :list_top_matches, [opts])
10+
end
11+
812
defp call(module, function, args) do
913
if :code.which(module) == :non_existing do
1014
# TODO: call algora API

0 commit comments

Comments
 (0)