Wiki.Action.get
You're seeing just the function
get
, go back to Wiki.Action module for more information.
Specs
get(Wiki.Action.Session.t(), keyword(), keyword()) :: Wiki.Action.Session.t()
Make an API GET request
Arguments
session
-Wiki.Action.Session
object.params
- Keyword list of query parameters as atoms or strings.opts
- Options to pass to the adapter.
Return value
Session object with its .result
populated.