Cleora is an advanced developer tool for testing and documenting APIs that runs on iOS, iPadOS and macOS!
It lets you create HTTP requests, inspect server responses, open multiple WebSocket connections at once and save common messages for reuse.
Cleora is a document-based application so you and create and share your API description with your fellow developer. With support on macOS and iOS, you can take your API descriptions with you on your iPad syncing them through your preferred cloud storage provider or even saving them within your projects source control.
Cleora supports landscape and portrait mode and multitasking on iPadOS, it works great with on-screen and attached hardware keyboard.
# HTTP REQUESTS
- Send requests to HTTP endpoints, add custom headers and query parameters.
- Edit HTTP body with a great line-numbered text view or drag and drop a file.
- Inspect the most recent HTTP exchange: view the request as it was sent and the received server response.
- Accurately send headers as you provide them, such as repeated headers in the provided order, a powerful tool for pen-testing authentication pathways.
# WEBSOCKET
- Open connections to WebSocket endpoints, add custom headers and query parameters.
- Switch between active and historic connections and browse connection history.
- Compose WebSocket messages and easily drag-drop files to send binary messages.
- Save commonly used messages as templates alongside the connection.
- Browse exchanged messages with timestamps in the connection history.
Cleora V2021.6更新日志:
- [x] Cleora now supports keyboard shortcuts!
- [x] You can now create groups to organise your requests/messages
- [x] Drag and drop in files on iOS and iPadOS to request/message bodies
- [x] Preserves File body content type on drag drop and file picking with file browser
- [x] Send and receive larger WebSocket messages (that span over multiple websocket frames)
- [x] New UI to send WebSocket frames from WebSocket connections (you can also drag drop messages from the sidebar onto this new frame view to send them)