mychaelgo / gojek

Un-official Gojek & GoPay API Wrapper

Home Page:https://www.npmjs.com/package/gojek

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gojek

Un-official Go-jek API Wrapper. API end point known by decompile the android APK.

This repository contains 3 main API:

  • GoID API (Authentication specific API)
  • Gojek API (core functionality for Gojek services)
  • GoPay API (GoPay specific API)

you can see list of package here

Part of my personal finance automation

Documentation

All API documented in docs directory with OpenAPI format v3.0

SDK

Available in sdk directory and generated using OpenAPI Generator

Using NodeJS

You need to setting .npmrc like this. You need personal access token in order to download the package, see here

@mychaelgo:registry=https://npm.pkg.github.com
//npm.pkg.github.com/:_authToken=${GITHUB_REGISTRY_TOKEN}

After setup complete, now you install any package you want.

npm install @mychaelgo/goid-gojek
npm install @mychaelgo/gopay-gojek
npm install @mychaelgo/api-gojek

Using Go

WIP

About

Un-official Gojek & GoPay API Wrapper

https://www.npmjs.com/package/gojek

License:MIT License


Languages

Language:TypeScript 58.0%Language:PHP 39.2%Language:Shell 2.9%