ebs-oc-api

1.0.2 • Public • Published

ebs-oc-analyze

새로운 EBS 온라인 클래스 분석

Usage

현재 더 많은 URL들을 분석중에 있습니다.

사용하는데 문제가 있거나 오류 발생시 Issue tracker 에 새로운 이슈를 생성해주세요.

const ebs_api = require("ebs-oc-api");

const GET_URLS = ebs_api.GET_URLS; // Get으로 사용 가능한 URL들이 저장되어 있습니다
const POST_URLS = ebs_api.POST_URLS; // Post로 사용 가능한 URL들이 저장되어 있습니다

const tryGetUrl = ebs_api.tryGetUrl; // Get으로 요청을 실행합니다
const tryPostUrl = ebs_api.tryPostUrl; // Post로 요청을 실행합니다

테스트 예제는 test.js에서 확인하실 수 있습니다.

강의 수강률 조작도 test.js에 포함되어 있습니다

Dependents (0)

Package Sidebar

Install

npm i ebs-oc-api

Weekly Downloads

4

Version

1.0.2

License

MIT

Unpacked Size

8.46 kB

Total Files

5

Last publish

Collaborators

  • alvin0319