
Research
PyPI Package Disguised as Instagram Growth Tool Harvests User Credentials
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
EasyAPI: Simplified REST API Calls for Unity Easily integrate RESTful APIs into your Unity projects with EasyAPI, a lightweight, async-friendly package designed to streamline HTTP requests. Whether you're interacting with third-party services or building your own backend, EasyAPI makes sending GET, POST, PUT, and DELETE requests a breeze, all while handling authentication headers, serialization, and error handling seamlessly. Key Features: *Simplified API interactions using UniTask for asynchronous programming. *Easily send GET, POST, PUT, and DELETE requests with automatic JSON serialization. *Support for common authentication schemes like Bearer and Basic token. *Built-in success and failure callbacks to handle responses efficiently. *Lightweight and easy-to-use, with minimal setup required. Whether you're developing a game, an app, or any Unity-based project that requires external data, EasyAPI allows you to connect to APIs in just a few lines of code—empowering you to focus on building great experiences instead of dealing with complex HTTP logic.
EasyAPI is a lightweight Unity plugin for handling REST API requests (GET, POST, PUT, DELETE) with ease. Designed for Unity developers who need to connect to RESTful APIs, EasyAPI provides async-friendly calls, token-based authentication, and simple response handling.
UniTask
for smoother performance.using EasyAPIPlugin;
List<Post> posts = await EasyAPI.Get<List<Post>>("https://jsonplaceholder.typicode.com/posts");
Debug.Log($"post:{JsonConvert.SerializeObject(posts)}");
FAQs
EasyAPI: Simplified REST API Calls for Unity Easily integrate RESTful APIs into your Unity projects with EasyAPI, a lightweight, async-friendly package designed to streamline HTTP requests. Whether you're interacting with third-party services or building your own backend, EasyAPI makes sending GET, POST, PUT, and DELETE requests a breeze, all while handling authentication headers, serialization, and error handling seamlessly. Key Features: *Simplified API interactions using UniTask for asynchronous programming. *Easily send GET, POST, PUT, and DELETE requests with automatic JSON serialization. *Support for common authentication schemes like Bearer and Basic token. *Built-in success and failure callbacks to handle responses efficiently. *Lightweight and easy-to-use, with minimal setup required. Whether you're developing a game, an app, or any Unity-based project that requires external data, EasyAPI allows you to connect to APIs in just a few lines of code—empowering you to focus on building great experiences instead of dealing with complex HTTP logic.
We found that easy_api demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.
Security News
Research
Socket uncovered two npm packages that register hidden HTTP endpoints to delete all files on command.