Wiki.Action.post

You're seeing just the function post, go back to Wiki.Action module for more information.
Link to this function

post(session, params, opts \\ [])

View Source

Specs

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 the authenticate/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.