Removed from the App Store

Cleora

2022.2 for iPhone, iPad
$6.99
0

0 Ratings

Update Date

2022-06-01

Size

10.7 MB

Screenshots for iPhone

iPhone
Cleora Description
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.
- Create a WebSocket server that runs localy on your machine.
- 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 2022.2 Update
2022-06-01
Added JSON and XML syntax highlighting to request and message body compose views.
More Information
Price:
$6.99
Version:
2022.2
Size:
10.7 MB
Update Date:
2022-06-01
Language:
English

Safe to Download

AppPure.com and the download link of this app are 100% safe. The download link of this app will be redirected to the official App Store site, thus the app is original and has not been modified in any way.

Got it
X
Share

Share this page with your friends if you find it useful

Facebook Linkedin Pinterest Tumblr Twitter Whatsapp Line
2022.2 2022-06-01
Added JSON and XML syntax highlighting to request and message body compose views.
2022.1 2022-03-19
You can now create WebSocket severs locally within the app to enable your WebSocket client code against a WS server.
2021.6 2021-10-25
- [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)
2021.5 2021-10-20
* Fix issues were it was unable to send websocket requests to servers on custom ports and query strings
* Fix issue with rapid text entry resulting in a update loop
2021.3 2021-06-03
- Add the ability to rename requests
2020.11 2020-10-01
This version makes Cleora free for everyone. There are no more subscriptions.
2020.10 2020-09-16
In this version we added support for iOS 14 and iPadOS 14.
2020.9 2020-08-30
- Fixed bug with scrolling in request list, when summoning a context menu

- Made it easier to focus on text fields in headers and query parameters

- Fixed race condition in body subviews
2020.8 2020-08-11
- Request and response body previews for various content types such as HTML, PDF and images

- Unlimited size for HTTP request and WebSocket message bodies as file attachments to your project on iPad

- Export of request and response bodies through share sheet

- WebSocket message templates as text or file attachments on iPad

- Autocomplete suggestions for common header names and values

- General UI fixes and improvements, such as scroll to new messages in active WebSocket connections and reduced flickering in edit mode
2020.7 2020-05-05
- Added state restoration on HTTP and WebSocket exchange history: the app now remembers the selected state per request
- UI improvements to reduce flickering while typing
- Fixed crashes when navigating with keyboard shortcuts while a context menu or a popover is open
2020.6 2020-04-16
* Improved state restoration
* New keyboard shortcuts for navigating the list view
* Updated app icon
2020.5 2020-04-06
* Improved mouse cursor support
* Added keyboard shortcuts for creating new requests and messages, duplicating, deleting and renaming records in the list
* New icons for switching between request editing and connection history views
2020.4 2020-03-24
- Better error handling for licensing and document errors
2020.3 2020-03-12
- Rename requests in the list from the long press context menu
- View the request elapsed time in the response view
- Select All option now available in text views
- Performance improvements to scrolling in line-numbered text view
2020.2 2020-03-05
- Duplicate or delete requests from the list by long pressing on a request with new context menus
- Save common messages for WebSocket connections directly from the list of requests
- Bug fixes