polybar-dwm/include
Lucas Araújo 15496bfb4a
Update: Using another way to authenticate github module (#2029)
The github module only authenticate by query string, and this method is deprecated:
https://developer.github.com/changes/2019-11-05-deprecated-passwords-and-authorizations-api/#authenticating-using-query-parameters


There is no reason to remove it before the method stop working, so I've made possible to the user choose which authentication method he will use:

* The parameter token remain unchanged.
* If the parameter user is passed then the module will use the not deprecated method, passing user and token on the body of the requisition. Otherwise the module will use the deprecated method.

Co-authored-by: Lucas <araujo.lucasvale@gmail.com>

Fixes #2002
2020-03-26 12:50:42 +01:00
..
adapters feat(pulse): Show volume in decibels (#1894) 2019-10-09 02:13:57 +02:00
cairo font: Show context in unmatched character warning 2020-01-07 16:28:07 +01:00
components config_parser: Improve message for invalid names 2020-02-21 16:17:12 +01:00
drawtypes fix(battery): animation framerate 2020-01-23 23:45:56 +01:00
events Incorporate Reviews 2019-08-06 21:36:20 +02:00
modules Update: Using another way to authenticate github module (#2029) 2020-03-26 12:50:42 +01:00
utils Update: Using another way to authenticate github module (#2029) 2020-03-26 12:50:42 +01:00
x11 build: remove xdamage extension 2019-06-03 00:46:12 +02:00
CMakeLists.txt build: remove xdamage extension 2019-06-03 00:46:12 +02:00
common.hpp refactor(build): Remove version number namespace 2019-05-17 16:49:47 +02:00
debug.hpp refactor: Cleanup 2017-01-11 03:07:28 +01:00
errors.hpp Add missing <stdexcept> header 2019-12-25 01:00:29 +01:00
settings.hpp.cmake ipc: Remove unused global setting 2019-11-01 11:12:40 +01:00