Hypermedea / hypermedea

Main repository for the Hypermedea programming framework
5 stars 1 forks source link

Refactor code base in a single artifact #28

Closed vcharpenay closed 11 months ago

vcharpenay commented 1 year ago

The only available operations would be get, put, post, patch, delete. Resource representations are exposed directly to agents (e.g. json(...)[source(ResourceURI)]). The objective is to have a version of Hypermedea that only depends on Jason (Hypermedea artifact ~ Jason environment, up to async operations management).

If the Jason BB is managed (partly) by an RDF store, represent representations with cnt:? Or with dct:hasFormat and rdf:value?

vcharpenay commented 1 year ago

Relation to other issues:

vcharpenay commented 11 months ago

see b43e6d5cd00d013b4c5a721594adb2b83d5f8f0f (release v0.4)