Re: [dxwg] Content for the Abstract Model section

I admit @larsgsvensson that this is far from polished! I have changed `get_profile` to `get_profile_of_resource` for you first point and, for the second, I've renamed the pairs to requests/response.

```
client request: **list_profiles_for_resource**:
    a client requests the available profiles for a resource

server response **list_profiles_for_resource**:
    a server sends the list of profiles for a resource to a client

client request: **list_profile_tokens_for_resource**:
   a client requests the token/URI mappings for a resource

server response **list_profiles_tokens_for_resource**:
        a server sends the list of token/URI mappings for a resource to client

client request **get_resource_according_to_profile**:
    a client requests a profile by preference list from a server

server response **get_resource_according_to_profile**:
    a server responds with either a specific profile or a default profile if the requested profile(s) is/are unavailable
```





-- 
GitHub Notification of comment by nicholascar
Please view or discuss this issue at https://github.com/w3c/dxwg/issues/462#issuecomment-432854666 using your GitHub account

Received on Wednesday, 24 October 2018 22:49:51 UTC