From d0dbb8bcbfab778e21a07213113b2a0cec390fea Mon Sep 17 00:00:00 2001 From: Brama Udi Date: Sun, 24 Mar 2024 00:44:11 +0700 Subject: [PATCH] feat: add API harga emas --- data/financial/en.json | 11 +++++++++++ data/financial/id.json | 11 +++++++++++ 2 files changed, 22 insertions(+) diff --git a/data/financial/en.json b/data/financial/en.json index be33228..b73f79c 100644 --- a/data/financial/en.json +++ b/data/financial/en.json @@ -242,6 +242,17 @@ }, "description": "Official Xendit Gateway API to integrate your application with the Xendit payment gateway.", "authentication": "API KEY" + }, + { + "apiName": "Harga Emas", + "status": true, + "documentationUrl": "https://codeberg.org/bramaudi/gold-price", + "developer": { + "name": "bramaudi", + "profileUrl": null + }, + "description": "API to get latest gold price exchange.", + "authentication": false } ] } diff --git a/data/financial/id.json b/data/financial/id.json index fe3513e..10db1b5 100644 --- a/data/financial/id.json +++ b/data/financial/id.json @@ -242,6 +242,17 @@ }, "description": "API Gateway resmi dari Xendit untuk mengintegrasikan aplikasi Anda dengan gateway pembayaran Xendit.", "authentication": "API KEY" + }, + { + "apiName": "Harga Emas", + "status": true, + "documentationUrl": "https://codeberg.org/bramaudi/gold-price", + "developer": { + "name": "bramaudi", + "profileUrl": null + }, + "description": "API untuk melihat update harga emas.", + "authentication": false } ] }