annotate docs/usage/api_key_access.rst @ 1448:b05eb16ea105 beta

fixes #206
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 20 Aug 2011 20:08:52 +0300
parents 9472a0150bf0
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1123
9472a0150bf0 docs update
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1 .. _api_key_access:
9472a0150bf0 docs update
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2
9472a0150bf0 docs update
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3 Access to RhodeCode via API KEY
9472a0150bf0 docs update
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
4 ===============================
9472a0150bf0 docs update
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
5
9472a0150bf0 docs update
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
6 Starting from version 1.2 rss/atom feeds and journal feeds
9472a0150bf0 docs update
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
7 can be accessed via **api_key**. This unique key is automatically generated for
9472a0150bf0 docs update
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
8 each user in RhodeCode application. Using this key it is possible to access
9472a0150bf0 docs update
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
9 feeds without having to log in. When user changes his password a new API KEY
9472a0150bf0 docs update
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
10 is generated for him automatically. You can check your API KEY in account
9472a0150bf0 docs update
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
11 settings page.