dslreports logo
 
    All Forums Hot Topics Gallery
spc
uniqs
44

Guspaz
Guspaz
MVM
join:2001-11-05
Montreal, QC

Guspaz to TSI Marc

MVM

to TSI Marc

Re: [Portal] MYACCOUNT: API KEY MANAGEMENT

I think they're still working on a polished set of documentation for it, but in the mean time, I'll point out that CapSavvy is GPL'd, and v4.3 uses the new API.

lleader
join:2011-01-01
Mississauga, ON

lleader

Member

Umm. You might want to change your sig...

SimplePanda
BSD
Premium Member
join:2003-09-22
Montreal, QC

1 edit

SimplePanda to Guspaz

Premium Member

to Guspaz
said by Guspaz:

I think they're still working on a polished set of documentation for it, but in the mean time, I'll point out that CapSavvy is GPL'd, and v4.3 uses the new API.

Ahh. Wonderful:

$ curl --header "TekSavvy-APIKey: aint_nothing_but_a_key_thing" »api.teksavvy.com/web/Usa ··· q%20true
{
"odata.metadata":"https://api.teksavvy.com/web/Usage/$metadata#UsageSummaryRecords","value":[
{
"StartDate":"2014-01-01T00:00:00","EndDate":"2014-01-31T00:00:00","OID":"617237","IsCurrent":false,"OnPeakDownload":0,"OnPeakUpload":0,"OffPeakDownload":0,"OffPeakUpload":0
},{
"StartDate":"2014-02-01T00:00:00","EndDate":"2014-02-28T00:00:00","OID":"617237","IsCurrent":false,"OnPeakDownload":0,"OnPeakUpload":0,"OffPeakDownload":0,"OffPeakUpload":0
},{
"StartDate":"2014-03-01T00:00:00","EndDate":"2014-03-28T00:00:00","OID":"617237","IsCurrent":true,"OnPeakDownload":0,"OnPeakUpload":0,"OffPeakDownload":0,"OffPeakUpload":0
}
]
}

Easy enough.