2.1.2 • Published 2 years ago

asked-client v2.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

npm i --save asked-client

example

import { RequestClient } from "asked-client";

const client = RequestClient.create();

let result = client.signUp().then((result) => {
    console.log(result);
});

How to Get your userId

자신의 asked 주소에서 f12를 누르고, CTRL + SHIFT + C를 누릅니다

팔로우 버튼을 선택합니다

image

위 이미지에서 fwOOOOOOOOO에서 fw를 제외한 값이 ID입니다

2.1.2

2 years ago

2.1.1

2 years ago

2.1.0

2 years ago

2.0.0

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago