Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added filesystem functions and requests module #225

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tokyob0t
Copy link

New filesystem functions

  • read_file_async: Reads a file asynchronously and returns its contents
  • read_file_sync: Reads a file synchronously
  • write_file_async: Writes data to a file asynchronously
  • file_exists: Checks if a file exists at a given path
  • dir_exists: Checks if a directory exists at a given path

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
Copy link
Member

@Nooo37 Do you have time to review this?

@javacafe01 javacafe01 added the enhancement New feature or request label Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants