From 94a148b399090273f4b5db2e79173587ba15831c Mon Sep 17 00:00:00 2001 From: jNullj <15849761+jNullj@users.noreply.github.com> Date: Sun, 27 Aug 2023 14:15:10 +0300 Subject: [PATCH] Docs: update TUTORIAL.md add BaseTomlService (#9518) In the docs at TUTORIAL.md the new base service BaseTomlService was missing in the list of base services. --- doc/TUTORIAL.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/TUTORIAL.md b/doc/TUTORIAL.md index 548e0f95be5f0..240347d8317e4 100644 --- a/doc/TUTORIAL.md +++ b/doc/TUTORIAL.md @@ -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)