Return resource `source` as part of the `Resource.list` payload
See original GitHub issueif you provide a name in the payload it should show that instead of just the last path of the _self
url or @id
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Payload structure for a response with included resources
A response payload can contain two types of resources that have a relationship to the root resources: inlined resource and included resources.
Read more >Resources - Thoughts on RESTful API Design
Resources have data associated with them. The richness of data that can be associated with a resource is part of the resource model...
Read more >Using the Resource Timing API - MDN Web Docs
The Resource Timing API provides a way to retrieve and analyze detailed network timing data regarding the loading of an application's ...
Read more >Get Resources and Statuses from FileMaker
This example builds a list of statuses, status colors, and folders in JSON. Use the JSON in this script as a guide for...
Read more >REST API for Oracle Supply Chain Management Cloud
Managers:Empname" (which will only return the "Empname" field for Managers). the value of this query parameter is a list of resource attributes.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Also in the Resource Link component
While we don’t get the
original_source
in the payload, we do get thelabel
now, which covers our use case. We can close this!