sap-odata-explorer: CLI + Desktop tool for real SAP OData services (feedback wanted)
Hi, if you, like me want an easy way to discover and test OData services, want a quick way to build queries (V4 F4 help build-in), a quick cli tool supporting system profiles and service aliases, along with a gui much friendlier than SAP gateway client, but find tools like Postman do not “speak SAP”, you can have a look at an early alpha tool I made and actually use daily when I develop services,
- Gateway catalog discovery + service search
- Visual query builder ($select, $filter, $expand, etc.)
- Results grid with expandable navigation properties
- SAP View that respects @UI.lineItem, selection fields, value helps from annotations
- Fiori-readiness linter that points to concrete CDS annotation fixes
- Decent auth support (Basic + keyring, Windows SSO, browser SSO)
- Both CLI (sap-odata run, sap-odata lint) and Tauri desktop app
Would appreciate any feedback.
- Does the linter catch real issues you see?
- Any auth problems in your environment?
- What feature would make you actually use this regularly?
GitHub: https://github.com/kts982/sap-odata-explorer
Prebuilt binaries and MSI installer are in the releases.
Thanks