summaryrefslogtreecommitdiff
path: root/examples/demo
Commit message (Collapse)AuthorAgeFilesLines
* Remove oauth1 proxyGünther Wagner2022-06-192-237/+1
| | | | | | | OAuth1 is discouraged to be used nowadays. Only flickr is the only service we used in the past which needed oauth1. They probably won't update their API to OAuth2 and therefore it was dropped in GOA. Following this example, dropping OAuth1 support too for librest.
* demo: add status to oauth buttonsgwagner/demo-oauth-statusGünther Wagner2022-02-141-3/+56
|
* demo: Fix compilation with libsoup2Bastien Nocera2022-02-021-0/+4
| | | | | | | | | | | | librest/examples/demo/demo-rest-page.c: In function ‘on_send_clicked’: librest/examples/demo/demo-rest-page.c:498:24: error: too few arguments to function ‘soup_logger_new’ 498 | SoupLogger *logger = soup_logger_new (SOUP_LOGGER_LOG_BODY); | ^~~~~~~~~~~~~~~ In file included from /usr/include/libsoup-2.4/libsoup/soup.h:31, from librest/examples/demo/demo-rest-page.c:23: /usr/include/libsoup-2.4/libsoup/soup-logger.h:59:13: note: declared here 59 | SoupLogger *soup_logger_new (SoupLoggerLogLevel level, | ^~~~~~~~~~~~~~~
* demo: added desktop fileGünther Wagner2022-02-013-0/+29
|
* demo: add info-popovers for oauth authenticationGünther Wagner2022-02-011-2/+24
|
* demo: add authentication methodsGünther Wagner2022-02-0113-12/+1255
|
* demo: add about dialogGünther Wagner2022-02-012-1/+55
|
* Update org.gnome.RestDemo source to point at Gitlabbaarkerlounger2022-01-191-1/+1
|
* examples: rest demo gui applicationGünther Wagner2022-01-1810-0/+564