mirror of
https://github.com/almet/notmyidea.git
synced 2025-04-28 19:42:37 +02:00
fix the couchdb url
This commit is contained in:
parent
e33738b36d
commit
f0b45f589b
1 changed files with 3 additions and 1 deletions
|
@ -38,7 +38,9 @@ generate records in the CouchDB instance.
|
||||||
|
|
||||||
The final goal is to avoid to rely on this "simple" API, and rely on a REST
|
The final goal is to avoid to rely on this "simple" API, and rely on a REST
|
||||||
insterface instead. I have set up a couchdb server on my server, which is
|
insterface instead. I have set up a couchdb server on my server, which is
|
||||||
available at http://couchdb.notmyidea.org/_utils/pypi/. There is not a lot to
|
available at http://couchdb.notmyidea.org/_utils/database.html?pypi.
|
||||||
|
|
||||||
|
There is not a lot to
|
||||||
see there for now, but I've done the first import from PyPI yesterday and all
|
see there for now, but I've done the first import from PyPI yesterday and all
|
||||||
went fine: it's possible to access the metadata of all PyPI projects via a REST
|
went fine: it's possible to access the metadata of all PyPI projects via a REST
|
||||||
interface. Next step is to write a client for this REST interface in
|
interface. Next step is to write a client for this REST interface in
|
||||||
|
|
Loading…
Reference in a new issue