From 5ee1a8ad3d8a2db456c9d8c17263559f4bc83d6f Mon Sep 17 00:00:00 2001 From: louiscklaw Date: Sat, 1 Feb 2025 02:01:18 +0800 Subject: [PATCH] update, --- .gitattributes | 31 +++++++++++++++++++++++++++++++ .gitignore | 1 + gitUpdate.bat | 7 +++++++ gitUpdate.sh | 16 ++++++++++++++++ meta.md | 16 ++++++++++++++++ 5 files changed, 71 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 gitUpdate.bat create mode 100755 gitUpdate.sh create mode 100644 meta.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..d54c38a --- /dev/null +++ b/.gitattributes @@ -0,0 +1,31 @@ +*.mp4 filter=lfs diff=lfs merge=lfs +*.zip filter=lfs diff=lfs merge=lfs +*.7z filter=lfs diff=lfs merge=lfs +*.tar.gz filter=lfs diff=lfs merge=lfs +*.jpg filter=lfs diff=lfs merge=lfs +*.png filter=lfs diff=lfs merge=lfs +*.avif filter=lfs diff=lfs merge=lfs +*.webm filter=lfs diff=lfs merge=lfs +*.mkv filter=lfs diff=lfs merge=lfs + +# Documents +*.doc diff=astextplain +*.DOC diff=astextplain +*.docx diff=astextplain +*.DOCX diff=astextplain +*.dot diff=astextplain +*.DOT diff=astextplain +*.pdf diff=astextplain +*.PDF diff=astextplain +*.rtf diff=astextplain +*.RTF diff=astextplain + +*.gif filter=lfs diff=lfs merge=lfs +*.GIF filter=lfs diff=lfs merge=lfs +*.bmp filter=lfs diff=lfs merge=lfs +*.BMP filter=lfs diff=lfs merge=lfs +*.tiff filter=lfs diff=lfs merge=lfs +*.TIFF filter=lfs diff=lfs merge=lfs +*.wav filter=lfs diff=lfs merge=lfs +*.WAV filter=lfs diff=lfs merge=lfs +*.log filter=lfs diff=lfs merge=lfs diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..67a5a14 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +**/~*.* \ No newline at end of file diff --git a/gitUpdate.bat b/gitUpdate.bat new file mode 100644 index 0000000..41d2359 --- /dev/null +++ b/gitUpdate.bat @@ -0,0 +1,7 @@ +git status . + +@pause + +git add . +git commit -m"update eyt278181," +start git push \ No newline at end of file diff --git a/gitUpdate.sh b/gitUpdate.sh new file mode 100755 index 0000000..c96734f --- /dev/null +++ b/gitUpdate.sh @@ -0,0 +1,16 @@ +#!/usr/bin/env bash + +set -ex + +git config --global http.version HTTP/1.1 +git config --global lfs.allowincompletepush true +git config --global lfs.locksverify true +git config --global http.postBuffer 5368709120 + +git add . + +git commit -m 'update,' + +git push + +echo "done" diff --git a/meta.md b/meta.md new file mode 100644 index 0000000..f392143 --- /dev/null +++ b/meta.md @@ -0,0 +1,16 @@ +monitor-24.com + +明白嘅, +咁我又假設有客人想做 integration , +咁我想再問下有冇機會有 API doc 呢類文件可以望一望? + +唔好意思先,我可能未帶到客仔比你住,不過傾開我想了解多 D 先 +假設有客人買 1 lot (例如過千個 website monitor )咁先算啦 +咁一般而言都唔會叫個客人一個一個咁督入去架嘛 +咁所以好多時都有 D 叫 "API" 嘅野話比客仔可以點樣去 integrate 落去你地服務果度,咁果份 doc 就叫 "API doc". + +Sorry in advance as i may not the right on to get customer to you but i would liek to know more by this chance. + +so let say someone (possibly a corperate-customer) would like to subscribe one lot (let say 1000 website monitoring) service from you. how can you serve ? currently, AFAIK a popular model is leaving a API (endpoint) that can communiate with your system. when customer pass a HTTP request (with parameter/query) to this endpoint to your system. then your system parse those parameters, configure them accordingly (i.e. website monitoring --drive--> discord paging). + +but most of the time this kind of process is expected full automatic. so is there any documentation to tell user/customer how to do that ?