-
Notifications
You must be signed in to change notification settings - Fork 0
Home
MarioMartinPlaza edited this page Jan 28, 2019
·
3 revisions
AhrefsAuthentication ahrefsAuth = new AhrefsAuthentication("29a69e881487d7c81b5c2ddd3ac95ed6cd5c0f7e");
AhrefsWrapper ahrefsWrapper = new AhrefsWrapper(ahrefsAuth, AhrefsEndpoints.ApiV2);
AhrefsQuery ahrefQuery = new AhrefsQuery
{
From = AhrefsFrom.backlinks,
Limit = 100,
Target = "blog.ahrefs.com"
};
var resultAhrefs = ahrefsWrapper.MakeRequest(ahrefQuery);