Wiki.Action.post
You're seeing just the function
post
, go back to Wiki.Action module for more information.
Specs
post(Wiki.Action.Session.t(), keyword(), keyword()) :: Wiki.Action.Session.t()
Make an API POST request.
Arguments
session
-Wiki.Action.Session
object. If credentials are required for this action, you should have created this object with theauthenticate/3
function.params
- Keyword list of query parameters as atoms or strings.opts
- Options to pass to the adapter.
Return value
Session object with a populated :result
attribute.