ek0519 / Utils

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rytass Utils

This is a tool set maintained by Rytass, welcome to PR if any feature you will added or bug fixed. This project's packages are licensed under the MIT license, allowing free usage for commercial purposes.

We provide a unified interface that allows developers to quickly switch between different service providers without the need for rewriting code, thereby reducing the effort required to understand the API differences of various providers.

Available Tools

File Converter

This is an interface for uploading file middleware, used with storages adapters. It's pipe-able api on readable/writable stream.

Invoice

Invoice issuer based on Taiwan providers. We have put in a lot of effort to unify and standardize the development interfaces of various invoice service providers.

  • ECPay - ECPay (綠界) invoice issuer
  • EZPay - EZPay (簡單付) invoice issuer

Logistics

The logistic services timeline information.

  • TCat - TCat (黑貓宅急便) logistic status gathered from crawler

Order Builder

This is an order creator for e-commerce platform, it can calculate discount policies, coupon conditions based on input commodities and policies.

Payments

We offer an unified API interface for major payment platforms in Taiwan, allowing developers to switch between different platforms using a single API without the need to thoroughly read the documentation of each platform themselves.

  • ECPay - ECPay (綠界) payment adapter
  • HuaNan - HwaNan (華南銀行) payment adapter
  • NewebPay - NewebPay (藍新金流) payment adapter

Quadrats

Because Rytass provides the Quadrats content management platform service, we have developed a NestJS API wrapper specifically for it. This allows developers to directly incorporate its API into NestJS applications using dependency injection (DI).

Secret

Secrets and environment variables are essential tools for developers to configured their applications. By utilizing different sets of environment variables, we can easily switch between development, staging, and production environments. To meet this requirement, we provide a series of tools for integrating with secret management services.

SMS

Implementation of a unified API interface for SMS service providers.

Storages

Currently, there are numerous network infrastructure providers offering file hosting and server services. We provide a unified interface that allows developers to quickly switch between different service providers without the need to modify the way they are used.

  • Azure Blob
  • GCS - Google Cloud Storage
  • R2 - Cloudflare R2
  • S3 - AWS Simple Storage Service
  • Local - Local file system

About

License:MIT License


Languages

Language:TypeScript 98.8%Language:JavaScript 1.2%Language:Shell 0.0%