-
Notifications
You must be signed in to change notification settings - Fork 3
5.2 Introduction CYFS for Developers: R Link #23
Copy link
Copy link
Open
Description
R Link
It's like below:
cyfs://$target_zone.r/$dec_id/$inner_path[?mode=json&mime=txt]
The R Link read the specified field mounted on the RootState of a DECApp. it's usually used to access the mutable Objects.
- $target_zone: As the domain for http, It represents the zone who will receive and responce the request.
- $dec_id: The DecApp(like service of http) which will maintain the state, and responce the request.
- $inner_path: The path of the
Objectsaved on RootState.
Different from O link, the content specified by R link can be modified by the owner, It behaves much like http, and we can always use it instead of the http.
Domain for R Link
Different from O link, the domain of R link is depend on the DecApp. So, there are cross domain issues and defense. We must open the permissions to the target DecApp to allow it's access.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels