Show HN: Octrafic – Natural language API testing CLI(github.com)
github.com
Show HN: Octrafic – Natural language API testing CLI
https://github.com/Octrafic/octrafic-cli
3 コメント
Happy to answer any questions about the implementation. Built in Go - the OpenAPI Scanner was the most challenging part, it analyzes source code across multiple languages to auto-generate OpenAPI 3.1 specs. The headless mode was built specifically for CI/CD pipelines so you can run octrafic test non-interactively. Supports local LLMs via Ollama and llama.cpp if you don't want data leaving your machine.
How to use it with Wordpress API? Can I use my GLM-4.7-Flash locally?
Octrafic works with any REST API - just point it at your WordPress REST API endpoint and describe what you want to test.
For GLM-4.7-flash locally - you can run it via Ollama or llama.cpp and point Octrafic at your local endpoint.
For GLM-4.7-flash locally - you can run it via Ollama or llama.cpp and point Octrafic at your local endpoint.
New in v0.5.0:
OpenAPI Scanner - scans your source code and auto-generates an OpenAPI 3.1 spec
Headless/CI mode - run non-interactively with octrafic test for pipeline integration
GitHub: https://github.com/Octrafic/octrafic-cli
Happy to answer questions any questions.