joshp-f

Results 3 comments of joshp-f

Is there any way I could list Api Definitions IDs for 'Stable', 'Main' or 'Latest' readme versions via api/cli? Then I could use the Api Definition ID in the command....

I used the Readme API to achieve this! ``` import fetch from 'node-fetch'; import fs from 'fs'; import FormData from 'form-data'; export const BtoA = (v:string) => Buffer.from(v).toString('base64'); async function...