سؤال

I am attempting to use typescript to consume a RESTful webservice, and am having a few issues understanding how to write the call.

I want to consume this call for the Reddit API:

POST /api/register

http://www.reddit.com/dev/api

How can I write that post method using Typescript?

هل كانت مفيدة؟

المحلول

Look at amplify.js (http://amplifyjs.com/). This library provides a convenient wrapper around the invocation of REST services and has TypeScript definition filed to facilitate easy consumption from TypeScript.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top