- From: Karol Szczepański via GitHub <sysbot+gh@w3.org>
- Date: Mon, 20 Nov 2017 21:36:49 +0000
- To: public-hydra-logs@w3.org
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