yogoshapi

1.0.5 • Public • Published

Yogoshapi

A wrapper for yogosha API

Usage

const apiUsername = "YOUR_USERNAME";
const apikey = "YOUR_APIKEY";

import initYogoshapi from 'yogoshapi';
const yogoshapi = initYogoshapi(apiUsername,apikey);

Methods

printUsername

for debug, it prints apiUsername and apiKey

getReports

call /reports (may be removed in the future)

getAllReports

call /reports with embed author,close,content,doublechecks,feedbackToOrganization,feedbackToResearcher,fix,organization,program,review,reward,vulnerability,history,remediation

getNonReviewedReports

Same as getAllReports but with filter on non reviewed

getReport(id)

Query a specific report by id

getReportByProgram(id)

Get all reports for a specific program id

/yogoshapi/

    Package Sidebar

    Install

    npm i yogoshapi

    Weekly Downloads

    0

    Version

    1.0.5

    License

    ISC

    Unpacked Size

    8.32 kB

    Total Files

    3

    Last publish

    Collaborators

    • shoxxdj