-
Notifications
You must be signed in to change notification settings - Fork 7
Document User Interface

All imported .json files, created folders API Groups & Endpoints are accessed via Project Panel.
Any content that you create in Project Document will be created inside Project Panel as Project Node. There are several Project Node types:
- Folder: Allows grouping
- Note: Allows quick documentation as Markdown editor
- Model: Basic JSON root Object
- Model Array: Basic JSON root Array
- API Group: Grouping API node that allows definition of shared Headers, URL Parameters, URL Path etc.
- API Endpoint: HTTP request node that fetches external services
- Web View: API Endpoint fetch can create a Web View response
- Text View: API Endpoint fetch can create a Text View response
Project Node content is represented in Content Panel, Any Project Node type has its own representation such:
- Model & Model Array: will be presented in Outline view
- Note: Markdown Text Editor
- API Groups & Endpoints: Scripting editor
- Web View: Safari web view
- Text View: plain text read only editor
Json Node is a item representation of JSON tree structure in Outline view. When Application is referring to Json Node keep in mind that Json Node can be of any type such: Object, Array, Smart Object, Smart Array, String, Number, Null, Boolean
Application often uses export Json Node terminology referring to JSON item type representation in Outline.
Use this panel to append Value Transformers to selected Json Nodes or edit values in bigger text editing view. You can edit also Json Nodes via Outline cells.