summaryrefslogtreecommitdiffabout
path: root/include/opkele/oauth/consumer.h
AgeCommit message (Collapse)AuthorFilesLines
2008-05-17slight doxygenization of OAuth partMichael Krelin1-2/+180
Signed-off-by: Michael Krelin <hacker@klever.net>
2008-03-08moving towards simplifying request-making.Michael Krelin1-4/+10
Signed-off-by: Michael Krelin <hacker@klever.net>
2008-03-07added a helper to prepare curl request based on http_request_tMichael Krelin1-0/+5
* added curl_slist to http_request_t structure * added http_request_t::setup_curl(CURL*) Signed-off-by: Michael Krelin <hacker@klever.net>
2008-03-04comitting perliminary oauth consumer apiMichael Krelin1-0/+124
* added the said consumer api and test consumer * added trivial map-based opkele::fields_t container * added UUID flags to libopkele.la build * fixed query_append so that it doesn't append '?' in absence of query parameters * added basic_fields::from_query() Signed-off-by: Michael Krelin <hacker@klever.net>