diff --git a/assets/clone.html b/assets/clone.html index 9b2462d..22b3432 100644 --- a/assets/clone.html +++ b/assets/clone.html @@ -472,14 +472,13 @@
- $ <command> | curl -X POST -F 'p=<-' https://p.pantsu.cat/p
- POST https://p.pantsu.cat/p/(XML|JSON|HTML)
+ $ <command> | curl -X POST -F 'p=<-' https://p.pantsu.cat/api
+ POST https://p.pantsu.cat/api/
+ GET https://p.pantsu.cat/api/{PASTE}
GET: https://p.pantsu.cat/p/(PASTE)/(lang)
- GET: https://p.pantsu.cat/raw/(PASTE)
- GET: https://p.pantsu.cat/download/(PASTE)
- GET: https://p.pantsu.cat/clone/(PASTE)
- DEL: https://p.pantsu.cat/p/(PASTE)/(DELKEY)
+ DEL: https://p.pantsu.cat/api/(PASTE)

Source: Github

+

Tools: Github

diff --git a/assets/index.html b/assets/index.html index c22d8c7..bbe6271 100644 --- a/assets/index.html +++ b/assets/index.html @@ -465,14 +465,13 @@
- $ <command> | curl -X POST -F 'p=<-' https://p.pantsu.cat/p
- POST https://p.pantsu.cat/p/(XML|JSON|HTML)
+ $ <command> | curl -X POST -F 'p=<-' https://p.pantsu.cat/api
+ POST https://p.pantsu.cat/api
+ GET https://p.pantsu.cat/api/{PASTE}
GET: https://p.pantsu.cat/p/(PASTE)/(lang)
- GET: https://p.pantsu.cat/raw/(PASTE)
- GET: https://p.pantsu.cat/download/(PASTE)
- GET: https://p.pantsu.cat/clone/(PASTE)
- DEL: https://p.pantsu.cat/p/(PASTE)/(DELKEY)
+ DEL: https://p.pantsu.cat/api/(PASTE)

Source: Github

+

Tools: Github