BlingCorp / bling

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

added filesystem functions and requests module #225

Open tokyob0t opened 2 months ago

tokyob0t commented 2 months 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 1 month ago

@Nooo37 Do you have time to review this?