-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Pim Feltkamp edited this page Apr 25, 2026
·
2 revisions
Reference material that lives outside the README and the cookbook. Use the navigation on the right.
| Question | Where to look |
|---|---|
| "How do I install and make my first call?" | README on the main repo |
| "How do I do ?" |
Cookbook (docs/recipes.md) — six end-to-end patterns |
| "Why does the SDK do X this way?" | FAQ (this wiki) |
| "I got error code Y, what now?" | Troubleshooting (this wiki) |
| "What changed between releases?" | CHANGELOG (or Packagist release history) |
The same surface is implemented across six languages, each with the same README + cookbook structure:
-
@floopfloop/sdk— Node 20+ -
floopfloop— Python 3.10+ -
github.com/FloopFloopAI/floop-go-sdk— Go 1.22+ -
floopfloop— Rust 2021 / 1.75+ (crates.io) -
floopfloop— Ruby 3.0+ -
floopfloop/sdk— PHP 8.1+ (this repo, on Packagist)
Plus a CLI (floop-cli) and an MCP server (floop-mcp) consuming the same /api/v1/* surface.
Open an issue at floop-php-sdk/issues describing what you tried to look up and where you expected to find it. A wiki page is cheap to add — better that than another stuck user.