Class ApiUtility
Assembly: Glitch9.AIDevKit.dll
Syntax
public static class ApiUtility
Methods
|
Edit this page
View Source
ArgumentsFieldName(Api)
Declaration
public static string ArgumentsFieldName(Api api)
Parameters
| Type |
Name |
Description |
| Api |
api |
|
Returns
|
Edit this page
View Source
JsonSchemaTypeTextCase(Api)
Declaration
public static TextCase JsonSchemaTypeTextCase(this Api api)
Parameters
| Type |
Name |
Description |
| Api |
api |
|
Returns
|
Edit this page
View Source
ParametersFieldName(Api)
Declaration
public static string ParametersFieldName(Api api)
Parameters
| Type |
Name |
Description |
| Api |
api |
|
Returns
|
Edit this page
View Source
ParseProvider(string)
Declaration
public static Api ParseProvider(string providerName)
Parameters
| Type |
Name |
Description |
| string |
providerName |
|
Returns
|
Edit this page
View Source
RequiredEmptyParametersObject(Api)
Declaration
public static bool RequiredEmptyParametersObject(Api api)
Parameters
| Type |
Name |
Description |
| Api |
api |
|
Returns
|
Edit this page
View Source
RequiresAdditionalPropertiesField(Api)
Declaration
public static bool RequiresAdditionalPropertiesField(this Api api)
Parameters
| Type |
Name |
Description |
| Api |
api |
|
Returns
|
Edit this page
View Source
RequiresStrictField(Api)
Declaration
public static bool RequiresStrictField(Api api)
Parameters
| Type |
Name |
Description |
| Api |
api |
|
Returns
|
Edit this page
View Source
RequiresTypeFieldOnRoot(Api)
Declaration
public static bool RequiresTypeFieldOnRoot(Api api)
Parameters
| Type |
Name |
Description |
| Api |
api |
|
Returns