CarbonLDP / carbonldp-js-sdk

Carbon LDP JavaScript SDK
Other
6 stars 4 forks source link

Decopule requests endpoint domain from document parsing domain #422

Closed mhernandeza closed 3 years ago

mhernandeza commented 3 years ago

Modify the SDK to support two URLs, one for the endpoint where the resources are being reached, and one for the domain contained in the data so that objects can be parsed. One of these properties will have to be optional and if it's not declared then that means the same URL needs to be used to call and parse resources.

mhernandeza commented 3 years ago

Closing as a duplicate of #425