@ironforge/req2code
TypeScript icon, indicating that this package has built-in type declarations

0.0.9 • Public • Published

req2code Build+Test+Lint

Converts a request to the Ironforge API to code snippets in different languages.

Example Usage

const API_KEY = '<user-api-key>'
const render = new Req2Code(API_KEY)

const rendered = render.accounts.curl.filterByType({
  cluster: 'devnet',
  program: 'cndy3Z4yapfJBmL3ShUp5exZKqR3z33thTzeNMm2gRZ',
  accountType: 'CandyMachine',
  body: { filter: { 'data.data.price': 250 } },
  limit: 5,
  offset: 0,
  cacheControl: 'max-age=5',
})

console.log(rendered)
curl 'https://accounts.ironforge.network/v1/devnet/cndy3Z4yapfJBmL3ShUp5exZKqR3z33thTzeNMm2gRZ'\
'/find/CandyMachine?limit=5&offset=0&apiKey=<user-api-key>' \
  -H 'content-type: application/json'\
  -H 'x-ironforge-cache-control: max-age=5'\
  --compressed

LICENSE

MIT

/@ironforge/req2code/

    Package Sidebar

    Install

    npm i @ironforge/req2code

    Weekly Downloads

    0

    Version

    0.0.9

    License

    MIT

    Unpacked Size

    70.2 kB

    Total Files

    65

    Last publish

    Collaborators

    • sayantank
    • italoacasas