docs: added a service factory reference (#8292)
Added a service factory reference of the generated methods and how to use them. Since the types in the codebase are a bit complex, a generated reference won't provide a valuable result. Instead, this reference is created manually and aims to cover common use cases, providing examples for them. Closes DOCS-844
This commit is contained in:
@@ -60,6 +60,12 @@ The method's names are the operation's name, suffixed by the data model's key in
|
||||
|
||||
For example, the following methods are generated for the service above:
|
||||
|
||||
<Note>
|
||||
|
||||
Find a complete reference of each of the methods in [this documentation](!resources!/service-factory-reference)
|
||||
|
||||
</Note>
|
||||
|
||||
<Tabs defaultValue="listMyCustoms" layoutType="vertical" className="mt-2">
|
||||
<TabsList>
|
||||
<TabsTrigger value="listMyCustoms">listMyCustoms</TabsTrigger>
|
||||
|
||||
Reference in New Issue
Block a user