Ribes
Results
3
comments of
Ribes
```node export default class Paymongo { constructor (secret) { if (!secret) throw new Error('API key is required!'); if (Paymongo.instance instanceof Paymongo) { if (Paymongo.instance.secret === secret) { return Paymongo.instance; }...
Hi @jofftiquez Any news on this ?
@jofftiquez Do you plan to update this library or not ?