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

Module splitting #31

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

RustyNova016
Copy link
Contributor

I started splitting the modules into multiples ones according to #25. For now only Core is made, but I am creating this pull request for tracking and initial review

Here's some details:

  • I changed the response_type macro to have absolute paths and thus being able to be used in children modules.
  • I changed the way the separation comments are made. Now it is {request type} {apipath}, like shown in the official documentation. While the original ones are closer to string formatting, the new ones are easier to find with a ctrl-f from the official documentation.
  • I also added a link to the official documentation for quick referencing
  • The types have been sorted by order of appearances in the user documentation.

@InputUsername
Copy link
Owner

InputUsername commented Jul 30, 2024

Hi @RustyNova016, for the next release (0.8.1) I'd like to merge this PR first, but there are merge conflicts now. Would you be able to solve those? If not, feel free to close this PR and create a new one.

I really like these changes though, great job 👍

@InputUsername InputUsername modified the milestones: v0.8.1, v0.8.2 Dec 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants