Hello there all~
So, short version here.....
I've created a powershell script that, in theory, should make manipulating the emlalock api a breeze.
My ultimate goal is to make this a .exe application for the community, with a gui and bells and whistles to boot.
I get to learn a lot about powershell, the community gets a new tool, win win in my book.
This makes WOF spins a lot more high-stakes and with some new bells and whistles, because you can make text on the wheel "add 1-5 requirements" and then just pop open the script, and "bam" the script handles a random number generation, creates the api link, pops open the default browser - everything's automated. super duper quick and powerful.
Heck, guess that isn't very short.
The problem, is, for the life of me, I CANNOT get the link format found at
https://apidoc.emlalock.com/ here to work. I know I could get it to work like 12 months ago but.
As an example, I can't get https://www.emlalock.com/add?userid=8pyljffgpy2zi6t&apikey=rnmwx07410&value=14400 to actually add 14400 seconds to the timer. I just get a 404 "NGINX"
Also yes I realize there's an api key there - yes, it's a dummy session, on a dummy account.
I'm hoping I'm missing something basic, but at this point, I'm just scratching my head and spinning tires.
Any help would be greatly appreciated.
So, short version here.....
I've created a powershell script that, in theory, should make manipulating the emlalock api a breeze.
My ultimate goal is to make this a .exe application for the community, with a gui and bells and whistles to boot.
I get to learn a lot about powershell, the community gets a new tool, win win in my book.
This makes WOF spins a lot more high-stakes and with some new bells and whistles, because you can make text on the wheel "add 1-5 requirements" and then just pop open the script, and "bam" the script handles a random number generation, creates the api link, pops open the default browser - everything's automated. super duper quick and powerful.
Heck, guess that isn't very short.
The problem, is, for the life of me, I CANNOT get the link format found at
https://apidoc.emlalock.com/ here to work. I know I could get it to work like 12 months ago but.
As an example, I can't get https://www.emlalock.com/add?userid=8pyljffgpy2zi6t&apikey=rnmwx07410&value=14400 to actually add 14400 seconds to the timer. I just get a 404 "NGINX"
Also yes I realize there's an api key there - yes, it's a dummy session, on a dummy account.
I'm hoping I'm missing something basic, but at this point, I'm just scratching my head and spinning tires.
Any help would be greatly appreciated.