Re: [Specifications] Usage of IriTemplate

Well, being prompt for both is still doable. I'd be careful with using raw JSON-LD structures. Some strongly typed API would be better, i.e.
```typescript
new IriTemplateBuilder()
    .withVariable("q").setTo("search criteria")
    .withVariable("http://some.uri/).setTo("text")
    .withVariable("f").setTo("me", "en")
    .asObject();
````

-- 
GitHub Notification of comment by alien-mcl
Please view or discuss this issue at https://github.com/HydraCG/Specifications/issues/152#issuecomment-345839816 using your GitHub account

Received on Monday, 20 November 2017 21:36:53 UTC