1.0.9 • Published 5 years ago

adsbold-services v1.0.9

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

API Services nội bộ cho Adsbold

Cài đặt:

npm install adsbold-services

Services sử dụng

    const adsboldServices = require("adsbold-services");

Tham số truyền vào gồm authorization xác thực giữa các services, params, payload hoặc query

Authorization Server

Lấy thông tin phân công nhân viên.

    adsboldServices.authServer.getDetailAssignee(authorization, assignee_id);

Lấy danh sách trang của một chủ shop.

    adsboldServices.authServer.getPages(authorization, user_fb_id);

Auto Inbox Server

Thống kê gửi tin nhắn tự động.

    adsboldServices.autoInboxServer.getStatisticAutoInbox(authorization, auto_inbox_id);

Customer Server

Lấy thông tin khách hàng.

    adsboldServices.customerServer.getCustomer(authorization, {page_fb_id, fb_id});

Email Server

Gửi email.

    adsboldServices.emailServer.sendEmail(authorization, {from, to, name, url});

Page Server

Lấy danh sách trang của một cửa hàng.

    adsboldServices.pageServer.getPagesOfProject(authorization, project_id);

Cập nhật thông tin trang.

    adsboldServices.pageServer.updatePage(authorization, page_fb_id, payload);

Xóa tất cả thẻ của một cửa hàng.

    adsboldServices.pageServer.deleteTagsOfProject(authorization, project_id);

Ticket Server

Lấy tất cả vé đang hoạt động của chủ shop.

    adsboldServices.pageServer.getActiveTickets(authorization, {user_id, status});

Webhook Server

Lấy danh sách trang ở trạng thái đang phát triển.

    adsboldServices.webhookServer.getPages(authorization);

Lên đầu trang

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago