Skip to content

Commit

Permalink
Docs: update TUTORIAL.md add BaseTomlService (#9518)
Browse files Browse the repository at this point in the history
In the docs at TUTORIAL.md the new base service BaseTomlService was missing in the list of base services.
  • Loading branch information
jNullj committed Aug 27, 2023
1 parent 09a55ab commit 94a148b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/TUTORIAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ Other classes implement useful behavior on top of [BaseService].
implements methods for performing requests to an XML API and schema validation.
- [BaseYamlService](https://contributing.shields.io/module-core_base-service_base-yaml-BaseYamlService.html)
implements methods for performing requests to a YAML API and schema validation.
- [BaseTomlService](https://contributing.shields.io/module-core_base-service_base-toml-BaseTomlService.html)
implements methods for performing requests to a TOML API and schema validation.
- [BaseSvgScrapingService](https://contributing.shields.io/module-core_base-service_base-svg-scraping-BaseSvgScrapingService.html)
implements methods for retrieving information from existing third-party badges.
- [BaseGraphqlService](https://contributing.shields.io/module-core_base-service_base-graphql-BaseGraphqlService.html)
Expand Down

0 comments on commit 94a148b

Please sign in to comment.