Skip to content

Commit 0cbad62

Browse files
committed
add note about caching to readme and link to gbifrb ruby client in readme
1 parent fac3d61 commit 0cbad62

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@ pygbif
44
|pypi| |docs| |travis| |coverage|
55

66
Python client for the `GBIF API
7-
<http://www.gbif.org/developer/summary>`_
7+
<https://www.gbif.org/developer/summary>`_
88

99
`Source on GitHub at sckott/pygbif <https://github.com/sckott/pygbif>`_
1010

1111
Other GBIF clients:
1212

1313
* R: `rgbif`, `ropensci/rgbif <https://github.com/ropensci/rgbif>`_
14+
* Ruby: `gbifrb`, `sckott/gbifrb <https://github.com/sckott/gbifrb>`_
1415

1516
Installation
1617
============
@@ -36,7 +37,8 @@ Development version
3637

3738
You can import the entire library, or each module individually as needed.
3839

39-
In addition there is a utils module, currently with one method: `wkt_rewind`
40+
In addition there is a utils module, currently with one method: `wkt_rewind`, and
41+
a `caching` method to manage whether HTTP requests are cached or not. See `?pygbif.caching`.
4042

4143
Registry module
4244
===============

0 commit comments

Comments
 (0)