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

📝 Improved documentation + added const annotations #548

Merged
merged 12 commits into from Jan 5, 2024

Conversation

Guldem
Copy link
Contributor

@Guldem Guldem commented Jan 5, 2024

  • Added/Updated documentation with new Response omit functionality
  • Updated/Improved request.md documentation
  • Added dartdoc @template to shared dartdoc between class and constructor for:
    • HttpLoggingInterceptor
    • HeadersInterceptor
    • JsonConverter
    • FormUrlEncodedConverter
    • Request
    • Response
    • All annotations
  • Added const variants from all annotations. This make @Get() and @get both valid annotations.
  • Added FAQ on using Chopper and Injectable together.

Copy link

codecov bot commented Jan 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (6420778) 94.17% compared to head (1979d1e) 94.17%.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #548   +/-   ##
========================================
  Coverage    94.17%   94.17%           
========================================
  Files           11       11           
  Lines          481      481           
========================================
  Hits           453      453           
  Misses          28       28           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Guldem Guldem changed the title Improved documentation + added const annotations 📝 Improved documentation + added const annotations Jan 5, 2024
faq.md Outdated Show resolved Hide resolved
faq.md Outdated Show resolved Hide resolved
faq.md Outdated Show resolved Hide resolved
faq.md Outdated Show resolved Hide resolved
requests.md Outdated Show resolved Hide resolved
@Guldem
Copy link
Contributor Author

Guldem commented Jan 5, 2024

Intelji also tries to format code snippets which I didn't see... My bad.. bit sloppy

Copy link
Collaborator

@techouse techouse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Great work! ♥️

@techouse techouse merged commit 2dc868f into lejard-h:develop Jan 5, 2024
6 checks passed
techouse added a commit that referenced this pull request Jan 8, 2024
# chopper

## 7.1.0

- #545
- #543
- #548

# chopper_generator

## 7.1.0

- #545
- #549
@techouse techouse mentioned this pull request Jan 8, 2024
techouse added a commit that referenced this pull request Jan 9, 2024
## 7.0.11

- #545
- #543
- #548

# chopper_generator

## 7.0.8

- #545
- #549
@techouse techouse mentioned this pull request Jan 9, 2024
techouse added a commit that referenced this pull request Jan 9, 2024
## 7.1.0

- #545
- #543
- #548

# chopper_generator

## 7.1.0

- #545
- #549
@techouse techouse mentioned this pull request Jan 9, 2024
@Guldem Guldem deleted the doc/improve_documentation branch April 6, 2024 18:36
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.

None yet

2 participants