https://github.com/miberss/skttp
A tiny HTTP client for Skript.
https://github.com/miberss/skttp
pacskage skript
Last synced: 8 days ago
JSON representation
A tiny HTTP client for Skript.
- Host: GitHub
- URL: https://github.com/miberss/skttp
- Owner: miberss
- License: unlicense
- Created: 2026-06-15T11:50:57.000Z (13 days ago)
- Default Branch: main
- Last Pushed: 2026-06-15T12:20:48.000Z (13 days ago)
- Last Synced: 2026-06-15T14:03:49.379Z (13 days ago)
- Topics: pacskage, skript
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# skttp
A tiny HTTP client for Skript.
```
set {_res} to http_get("https://api.example.com/thing")
broadcast http_body({_res}) if http_ok({_res})
```
## Install
With [pacskage](https://github.com/miberss/pacskage):
```
/package install https://github.com/miberss/skttp
```
## License
Public domain (Unlicense).