An open API service indexing awesome lists of open source software.

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.

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).