This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package library; | |
| import java.io.OutputStream; | |
| import java.io.InputStreamReader; | |
| import java.io.BufferedReader; | |
| import java.io.InputStream; | |
| import java.net.HttpURLConnection; | |
| import java.net.URL; | |
| public class KirimiSender { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import java.io.OutputStream; | |
| import java.net.HttpURLConnection; | |
| import java.net.URL; | |
| public class KirimiMediaMessage { | |
| public static void main(String[] args) { | |
| try { | |
| URL url = new URL("https://api.kirimi.id/v1/send-message"); | |
| HttpURLConnection conn = (HttpURLConnection) url.openConnection(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "openapi": "3.0.3", | |
| "info": { | |
| "title": "RekanPay API", | |
| "version": "1.0.0", | |
| "description": "Dokumentasi lengkap untuk API RekanPay termasuk endpoint akun dan transaksi." | |
| }, | |
| "servers": [ | |
| { | |
| "url": "https://api.rekanpay.id", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <template> | |
| <div id="player" class="rounded-xl bg-gray-900 p-4 mt-4"> | |
| <div class="text-white">Data Akun</div> | |
| <div | |
| class="grid gap-3 mt-4" | |
| :class=" | |
| formatForm.default.length + formatForm.custom.length > 1 | |
| ? 'grid-cols-2' | |
| : 'grid-cols-1' | |
| " |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "openapi": "3.0.0", | |
| "info": { | |
| "title": "Kirimi API", | |
| "version": "1.0.0", | |
| "description": "API documentation for Kirimi messaging service." | |
| }, | |
| "servers": [ | |
| { | |
| "url": "https://api.kirimi.id/v1" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <template> | |
| <div> | |
| <div> | |
| <div class="p-3 bg-blue-100 text-sm text-blue-600 rounded-lg"> | |
| Download surat permohonan berikut, kemudian upload file yang telah diisi | |
| dan ditandatangani. | |
| <button | |
| class="btn-primary text-xs block mt-2" | |
| @click.prevent="downloadPdf()" | |
| > |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <template> | |
| <div> | |
| <LMap | |
| v-show="showMap" | |
| ref="map" | |
| :zoom="zoom" | |
| :center="[latitude, longitude]" | |
| > | |
| <LTileLayer | |
| url="https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png" |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "id": 1, | |
| "urban": "ABAH LUENG", | |
| "sub_district": "BANDAR BARU", | |
| "city": "PIDIE JAYA", | |
| "province_code": 11, | |
| "postal_code": 24184, | |
| "province_name": "ACEH" | |
| }, |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "id": 1, | |
| "urban": "ABAH LUENG", | |
| "sub_district": "BANDAR BARU", | |
| "city": "PIDIE JAYA", | |
| "province_code": 11, | |
| "postal_code": 24184, | |
| "province_name": "ACEH" | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script>!function(e,o){e.TiktokAnalyticsObject=o;var i=e[o]=e[o]||[];i.methods=["page","track","identify","instances","debug","on","off","once","ready","alias","group","enableCookie","disableCookie"],i.setAndDefer=function(e,t){e[t]=function(){e.push([t].concat(Array.prototype.slice.call(arguments,0)))}};for(var t=0;t<i.methods.length;t++)i.setAndDefer(i,i.methods[t]);i.instance=function(e){for(var t=i._i[e]||[],n=0;n<i.methods.length;n++)i.setAndDefer(t,i.methods[n]);return t},i.load=function(e,t){var n="https://analytics.tiktok.com/i18n/pixel/events.js";i._i=i._i||{},i._i[e]=[],i._i[e]._u=n,i._t=i._t||{},i._t[e]=+new Date,i._o=i._o||{},i._o[e]=t||{},(t=document.createElement("script")).type="text/javascript",t.async=!0,t.src=n+"?sdkid="+e+"&lib="+o,(e=document.getElementsByTagName("script")[0]).parentNode.insertBefore(t,e)},i.load("CKSIPVJC77UBVPRADUPG"),i.page()}(window,(document,"ttq"));</script> |
NewerOlder