upd few things
This commit is contained in:
@@ -27,7 +27,7 @@ to get the project, from your virtualenv, do :
|
|||||||
|
|
||||||
.. code:: python
|
.. code:: python
|
||||||
|
|
||||||
git clone https://github.com/foxmask/wallabag-api/
|
git clone https://github.com/push-things/wallabag_api/
|
||||||
|
|
||||||
|
|
||||||
or
|
or
|
||||||
@@ -110,7 +110,7 @@ Creating a post :
|
|||||||
|
|
||||||
this will give you something like this :
|
this will give you something like this :
|
||||||
|
|
||||||
.. image:: https://github.com/foxmask/wallabag_api/blob/master/wallabag.png
|
.. image:: https://github.com/push-things/wallabag_api/blob/master/wallabag.png
|
||||||
|
|
||||||
|
|
||||||
Testing :
|
Testing :
|
||||||
@@ -124,7 +124,7 @@ Then create a client API like explain here http://doc.wallabag.org/en/v2/develop
|
|||||||
|
|
||||||
this will give you something like this
|
this will give you something like this
|
||||||
|
|
||||||
.. image:: https://github.com/foxmask/wallabag_api/blob/master/wallabag_api_key.png
|
.. image:: https://github.com/push-things/wallabag_api/blob/master/wallabag_api_key.png
|
||||||
|
|
||||||
Then replace the client_id / client_secret / login / pass to wallabag_test.py and run
|
Then replace the client_id / client_secret / login / pass to wallabag_test.py and run
|
||||||
|
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -12,7 +12,7 @@ setup(
|
|||||||
name='wallabag_api',
|
name='wallabag_api',
|
||||||
version=version,
|
version=version,
|
||||||
description=desc,
|
description=desc,
|
||||||
long_description=desc,
|
long_description=long_desc,
|
||||||
author='FoxMaSk',
|
author='FoxMaSk',
|
||||||
author_email='foxmask@trigger-happy.eu',
|
author_email='foxmask@trigger-happy.eu',
|
||||||
url='https://github.com/push-things/wallabag_api',
|
url='https://github.com/push-things/wallabag_api',
|
||||||
|
|||||||
@@ -332,7 +332,8 @@ class Wallabag(object):
|
|||||||
|
|
||||||
:return result
|
:return result
|
||||||
"""
|
"""
|
||||||
params = {'url': url,
|
params = {'access_token': self.token,
|
||||||
|
'url': url,
|
||||||
'urls': urls}
|
'urls': urls}
|
||||||
|
|
||||||
path = '/api/entries/exists.{ext}'.format(ext=self.format)
|
path = '/api/entries/exists.{ext}'.format(ext=self.format)
|
||||||
|
|||||||
Reference in New Issue
Block a user