-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added JavaScript version #3
base: master
Are you sure you want to change the base?
Conversation
One big advantage of using a REST based implementation is that you can access the API end points in browser too. This JS version is designed to make doing that easier as well as allow developers to switch between C# and JavaScript quickly since the JS versions API is very close (though not identical) to the C# version. While built for Web Apps the code may work in WinJS Apps too (not tested though) |
… no in JS version
…rsion that limited JS needs for requests relative to host, a non-need in C#
… calls the callback with the response as text and the error as a third parameter
Hey Samuel, If you could take some time with the current release and port it to WinJS for Windows 8.1 apps, I think that would be a really important use-case that we're not currently covering. With Microsoft's new license changes for Mono, WinJS is the only .NET platform where we don't currently have coverage. Thanks man! |
Currently playing catchup after going on a 2 week "break from the world" but I'll give I will give it a look. Off the top my head though it should work with zero changes or at least very little. |
Did some testing and it passed them all so I say good to go |
Its not perfect but...