eclipse-lyo / lyo.client

Lyo project repository (lyo.client)
11 stars 16 forks source link

avoid double encoding of a query parameter. #95

Closed jadelkhoury closed 3 years ago

jadelkhoury commented 4 years ago

solves #90. Also introducing a getMembers() function that returns an Interable over the members, represented as an RDF Resource, instead of a specific java class.

jadelkhoury commented 4 years ago

I need access to the individual members of the query as RDF resources, and before they are processed to create specific Java instances.

berezovskyi commented 3 years ago

Let's merge this and test.

@jadelkhoury @jamsden do you have a good way to test it on a real-world OSLC server?

@jadelkhoury seems like you pushed this to master as well cause after updating this PR seems to be empty!