aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/components/services/Ping.vue
Commit message (Collapse)AuthorAgeFilesLines
* Fix openweather serviceBastien Wirtz2022-10-301-2/+5
|
* Fixed 'method' not defaulting to HEAD request in Ping functionalitySylwester Wróblewski2022-10-161-1/+1
|
* added more strict checking of http method to Ping serviceIsaac Suttell2022-10-081-1/+7
|
* added support for Get method to Ping custom serviceIsaac Suttell2022-10-081-1/+4
|
* Allow non json reponse in fetch.Bastien Wirtz2021-10-101-10/+4
|
* Extendable base service for easier development.Bastien Wirtz2021-10-061-37/+12
|
* Update Ping.vueColin2021-08-111-1/+5
|
* Improve ping serviceBastien Wirtz2021-07-141-12/+17
|
* Lint & updatesBastien Wirtz2021-07-141-2/+2
|
* Add Ping servicesstubbfel2021-06-281-0/+93
a service (type) which check if the given url as available or not. if the service is available then set the status to enable other to disable