QiitaEx.API.Base
Provides basic and common functionalities for Qiita API.
Summary
| delete(access_token, path, params \\ %{}, headers \\ %{}) |
| get(access_token, path, params \\ %{}, headers \\ %{}) |
| patch(access_token, path, params \\ %{}, headers \\ %{}) |
| post(access_token, path, params \\ %{}, headers \\ %{}) |
| put(access_token, path, params \\ %{}, headers \\ %{}) |
| request(access_token, method, path, params \\ %{}, headers \\ %{}) |
Send API request, then return QiitaEx.Response
|
Functions
Send API request, then return QiitaEx.Response