Hide internal details from docs

master
Milton Mazzarri 2017-06-05 12:58:04 -05:00
parent 476339383c
commit c1c2a17bfe
No known key found for this signature in database
GPG Key ID: CF3DE6E356E17F1E
1 changed files with 1 additions and 3 deletions

View File

@ -1,7 +1,5 @@
defmodule Hunter.Request do
@moduledoc """
Execute requests to Mastodon API
"""
@moduledoc false
def request(http_method, url, data \\ [], headers \\ [], options \\ []) do
body = process_request_body(data)