@fully-sense/affiliates-sdk
v1.0.2
Published
SDK FullySense
Downloads
1
Readme
SDK FullySense API Integrations (v1)
SDK to fetch apis on front-end applications.
How to use
import { Affiliates } from "@fullysense/sdk"
const affiliatesService = new Affiliates({
apiKey: "YOUR_API_KEY_HERE",
environment: "stage"
});
// Retrieve all affiliates and log them to the console
affiliatesService.listAffiliates().then((posts) => {
console.log(posts);
});
Environments
stage
: url-here
prod
: url-here