ex_wpvulndb v0.2.0 ExWpvulndb.Request View Source

Sending HTTP requests to the WPVULNDB API.

Generally you will not need to interact with this module directly. Instead, you might want to use the different modules for making API calls, which then refer to this module for their request needs.

Link to this section Summary

Functions

Send a GET request with a given API action and params

Link to this section Functions

Link to this function get(action, param) View Source
get(String.t(), String.t()) :: tuple()

Send a GET request with a given API action and params.