-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The Big Public API Documentation update, volume 2. (#193)
* Update the documentation of BuiltValueConverter * Update the documentation and usage guide of BuiltValueConverter * Update description texts in pubspec.yaml files * Change homepage tag to documentation in chopper/pubspec.yaml * Change homepage tag to documentation in chopper_built_value/pubspec.yaml and make it point to its actual documentation page * Change homepage tag to documentation in chopper_generator/pubspec.yaml * Change homepage tag to documentation in chopper/example/pubspec.yaml and make it point to the actual documentation * Fix wording in chopper_generator/README.md * Fix wording in chopper_built_value/README.md * Fix HTML escape sequences escaping into markdown and inline docs; Fix code sample syntax errors in some docs Those pesky escapists. * Add dynamic version tag to built-value-converter.md * Fix typo in the package name in the installation section of built-value-converter.md * Fix typo in built-value-converter.md * Reorganize and update chopper/README.md
- Loading branch information
1 parent
0979061
commit 73dc172
Showing
12 changed files
with
63 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name: chopper | ||
description: Chopper is an http client generator using source_gen and inspired from retrofit | ||
description: Chopper is an http client generator using source_gen, inspired by Retrofit | ||
version: 3.0.6 | ||
homepage: https://hadrien-lejard.gitbook.io/chopper | ||
documentation: https://hadrien-lejard.gitbook.io/chopper | ||
repository: https://github.com/lejard-h/chopper | ||
author: Hadrien Lejard <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[Chopper](https://github.com/lejard-h/chopper) is an http client generator using source_gen and inspired by Retrofit. | ||
[Chopper](https://github.com/lejard-h/chopper) is an http client generator using source_gen, inspired by Retrofit. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name: chopper_built_value | ||
description: Chopper is an http client generator using source_gen and inspired from retrofit | ||
description: A built_value based Converter for Chopper. | ||
version: 0.0.6 | ||
homepage: https://hadrien-lejard.gitbook.io/chopper | ||
documentation: https://hadrien-lejard.gitbook.io/chopper/converters/built-value-converter | ||
repository: https://github.com/lejard-h/chopper | ||
author: Hadrien Lejard <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[Chopper](https://github.com/lejard-h/chopper) is an http client generator using source_gen and inspired by Retrofit. | ||
[Chopper](https://github.com/lejard-h/chopper) is an http client generator using source_gen, inspired by Retrofit. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name: chopper_generator | ||
description: Chopper is an http client generator using source_gen and inspired from retrofit | ||
description: Chopper is an http client generator using source_gen, inspired by Retrofit | ||
version: 3.0.6 | ||
homepage: https://hadrien-lejard.gitbook.io/chopper | ||
documentation: https://hadrien-lejard.gitbook.io/chopper | ||
repository: https://github.com/lejard-h/chopper | ||
author: Hadrien Lejard <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name: chopper_example | ||
description: Example of Chopper | ||
description: Example usage of the Chopper package | ||
version: 0.0.1 | ||
#homepage: https://www.example.com | ||
documentation: https://hadrien-lejard.gitbook.io/chopper/ | ||
author: Hadrien Lejard <[email protected]> | ||
|
||
environment: | ||
|