This website works better with JavaScript
Главная
Обзор
Помощь
Вход
n4u
/
erlang-oauth
Следить
2
В избранное
0
Ответвить
0
Файлы
Задачи
0
Запросы на слияние
0
Вики
Дерево:
81685f855c
Ветки
Метки
main
v2.1.0
v2.0.0
v1.6.0
v1.5.0
v1.4.0
v1.3.0
v1.2.2
v1.2.1
v1.2.0
v1.1.1
v1.1.0
v1.0.2
v1.0.1
erlang-oauth
/
CHANGELOG.md
CHANGELOG.md
1.1 KB
История
Исходник
v1.3.0
(2012-09-13)
Added oauth:put/6 and oauth:put/7 functions
v1.2.2
(2011-11-18)
Added support for new tagged tuple returned by http_uri:parse/1 (R15B)
v1.2.1
(2011-10-17)
Updated to use a constant time algorithm to compare signature strings
v1.2.0
(2011-06-23)
Added oauth:get/3 and oauth:post/3 functions
Collapsed into just a single module
v1.1.1
(2011-01-29)
Updated to use the correct request parameter normalization algorithm
v1.1.0
(2011-01-24)
Updated to use the new public key API introduced in R14B (public_key-0.8)
v1.0.2
(2010-11-26)
Added oauth:get/6 and oauth:post/6 with additional HttpcOptions parameter
v1.0.1
(2010-11-26)
First version numbered version!