Description Usage Arguments Details References
The main kb_contributors
function maps 1:1 to the API. Leave values
NULL
that you do not want included in the search parameters.
1 2 3 4 5 6 7 8 9 10 11 | kb_contributors(
contributor_id = NULL,
username = NULL,
avatar = NULL,
created = NULL,
score = NULL,
q = NULL,
api_key = attackerkb_api_key()
)
kd_contributor(contributor_id, api_key = attackerkb_api_key())
|
contributor_id |
UUID of a specific contributror to return |
username |
Return contributors with the matching username. |
avatar |
Return all contributors where avatar matches the given value |
created |
Return all contributors that were created on the given date. |
score |
Return all contributors with this score. |
q |
Return all contributors that have usernames that match the query string. |
api_key |
See |
Set the option progress_enabled
to FALSE
to disable progress spinner.
https://api.attackerkb.com/api-docs/docs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.