-
Updated
Apr 28, 2020 - JavaScript
uri
Here are 413 public repositories matching this topic...
-
Updated
Dec 7, 2020 - Scala
-
Updated
Nov 23, 2020 - PHP
-
Updated
Nov 24, 2020
-
Updated
Dec 1, 2019 - JavaScript
-
Updated
Sep 20, 2019 - PHP
-
Updated
Nov 6, 2020 - PHP
-
Updated
Apr 12, 2020 - PHP
-
Updated
Dec 2, 2020 - Scala
-
Updated
Apr 4, 2020 - TypeScript
-
Updated
May 22, 2018 - PHP
Pull requests welcome!
-
Updated
Jul 14, 2020 - Go
-
Updated
Jan 23, 2018 - Ruby
client = RequestVia::Client.('example.com')
client.get '/foo'
foo_client = RequestVia::Client::Map.(client, 'foo')
foo_client.get # == client.get '/foo'
# or
foo_client = client.map.('/foo')
# ==============
# Possibilities
# ==============
[
'foo'
'bar',
].map &client.map # ou &RequestVia::Client::Map.(client)
.map &:get
# or
require 'ostruct'
res-
Updated
Oct 26, 2020 - Python
Improve this page
Add a description, image, and links to the uri topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the uri topic, visit your repo's landing page and select "manage topics."
Currently we save every URI ever qname'd forever in here: https://github.com/RDFLib/rdflib/blob/master/rdflib/namespace.py#L289
If you serialize a big graph in a store that is off disk, we may run out of memory.
Either: