XAMPPRocky / octocrab

A modern, extensible GitHub API Client for Rust.
Other
1.1k stars 265 forks source link

getting Code Scanning #669

Closed adrienpessu closed 3 months ago

adrienpessu commented 3 months ago

This pull request introduces a new module for handling GitHub's Code Scanning API. The changes span across multiple files, adding new functionality, updating existing modules, and including tests to ensure the new features work correctly.

New Feature: Code Scanning API Support

Modules and Handlers:

Models:

Parameters:

Tests:

Documentation:

XAMPPRocky commented 3 months ago

Thank you for your PR, and congrats on your first contribution! 🎉