BlingCorp / bling

Utilities for the awesome window manager
https://blingcorp.github.io/bling/
MIT License
851 stars 51 forks source link

added filesystem functions and requests module #225

Open tokyob0t opened 1 month ago

tokyob0t commented 1 month ago

New filesystem functions

http requests module added a requests module for making asynchronous HTTP requests with support for GET, POST, and other methods. it includes options for query parameters, headers, and request bodies, along with handling response data like status codes and response text :)

javacafe01 commented 6 days ago

@Nooo37 Do you have time to review this?