Mintlify (Independent Publisher) (Preview)
Hate writing code documentation? Save time and improve your codebase by letting Mintlify generate documentation for you.
This connector is available in the following products and regions:
Service | Class | Regions |
---|---|---|
Logic Apps | Standard | All Logic Apps regions except the following: - Azure Government regions - Azure China regions - US Department of Defense (DoD) |
Power Automate | Premium | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Power Apps | Premium | All Power Apps regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Contact | |
---|---|
Name | Troy Taylor |
URL | https://www.hitachisolutions.com |
ttaylor@hitachisolutions.com |
Connector Metadata | |
---|---|
Publisher | Troy Taylor |
Website | https://www.mintlify.com/ |
Privacy policy | https://www.mintlify.com/ |
Categories | IT Operations;AI |
Creating a connection
The connector supports the following authentication types:
Default | Parameters for creating connection. | All regions | Not shareable |
Default
Applicable: All regions
Parameters for creating connection.
This is not shareable connection. If the power app is shared with another user, another user will be prompted to create new connection explicitly.
Name | Type | Description | Required |
---|---|---|---|
API Key | securestring | The API Key for this api | True |
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Actions
Generate documentation |
Returns a documentation string based on the code submitted. |
List documentation formats |
Retrieve a list of documentation formats supported. |
List languages |
Retrieve a list of languages supported. |
Generate documentation
Returns a documentation string based on the code submitted.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Commented
|
commented | boolean |
Whether or not to comment the documentation output. |
|
Language
|
language | True | string |
The programming language of the code. |
Code
|
code | True | string |
The code to generate documentation for. |
Format
|
format | string |
The format of the documentation. Only works if commented is true. |
|
Context
|
context | string |
Only use if code needs more context (e.g. method in a class) |
Returns
Name | Path | Type | Description |
---|---|---|---|
Documentation
|
documentation | string |
The documentation. |
List documentation formats
Retrieve a list of documentation formats supported.
Returns
Name | Path | Type | Description |
---|---|---|---|
Formats
|
formats | array of object | |
ID
|
formats.id | string |
The unique identifier. |
Default Languages
|
formats.defaultLanguages | array of string |
The list of default languages. |
List languages
Retrieve a list of languages supported.
Returns
Name | Path | Type | Description |
---|---|---|---|
Languages
|
languages | array of string |
The list of languages. |