2.0.4 • Published 1 year ago

the-camp v2.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

the-camp

Client lib of the camp

Installation

$ pnpm add the-camp

Usage

import { TheCampClient } from 'the-camp';

async function main() {
	const theCampClient = new TheCampClient({
		id: process.env.ID!,
		password: process.env.PASSWORD!,
	});

	const { soldierId } = await theCampClient.registerSoldier({
		성분: '예비군인/훈련병',
		군종: '육군',
		이름: '홍길동',
		입영부대: '육군훈련소-논산',
		관계: '팬',
		생년월일: '2001-11-26',
		입영일: '2022-02-14',
		전화번호: '01094862564',
	});

	await theCampClient.sendLetter(soldierId, {
		작성자: '장지훈',
		제목: `내용은 곧 제목22`,
		내용: `제목은 곧 내용`,
	});
}
main();
2.0.3

1 year ago

2.0.4

1 year ago

2.0.2

1 year ago

1.1.0

2 years ago

1.0.1

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.0.0

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago