HappyHackingSpace / HappyHackingSpace/dit
Server mode with HTTP API
Open
enhancement
- Dominant language
- Go
- Stars
- 17
- Forks
- 4
- Avg merge
- 1m
- Merged PRs (30d)
- 3
Description
Expose classification as a local HTTP API:
```
dit serve --port 8080
```
```
curl -X POST http://localhost:8080/classify -d '{"url": "https://example.com/login"}'
```
Useful for integrating dit into existing pipelines and services without shelling out.
Contributor guide
Assessment
This issue has not been assessed yet.