APIKit Rest is a toolkit that facilitates the REST APIs development through MULE ESB.
- APIkit Overview: link
- What's new in APIkit: link
- Release Notes: link
- APIkit XML Reference: link
- APIkit Error Handling Reference: link
-
Engineering Manager: Leandro Cota Hevia: lcotahevia@mulesoft.com
-
Developers:
- Damián Courtil: dcourtil@mulesoft.com
- Juan Brasca: juan.brasca@mulesoft.com
- Juan Aller: juan.aller@mulesoft.com
-
Team mailing account: apikit@mulesoft.com
- APIkit : #apikit
- APIkit Support : #apikit-support
- RAML : #raml
- APIKIT Open issues
- RAML Parser Open issues
- Support Escalations Link
When running a Mule project, in the Console tab you will see these lines related to APIkit:
[WrapperListener_start_runner] org.mule.runtime.module.extension.internal.manager.DefaultExtensionManager: Registering extension APIKit (version: 1.0.0-SNAPSHOT vendor: Mulesoft )
...
...
org.mule.module.apikit.Console:
********************************************************************************
* APIKit ConsoleURL : http://localhost:8081/console/ *
********************************************************************************
...
...
org.mule.runtime.module.deployment.impl.internal.application.DefaultMuleApplication:
**********************************************************************
* Started app 'xxxxx' *
* Application plugins: *
* - HTTP *
* - APIKit *
* - Sockets *
* Application libraries: *
* - xxxxx *
**********************************************************************
When using APIkit with a Mule runtime, in the logs you may find these lines:
[WrapperListener_start_runner] org.mule.runtime.module.deployment.impl.internal.application.DefaultMuleApplication:
**********************************************************************
* Started app 'xxxx' *
* Application plugins: *
* - HTTP *
* - APIKit *
* - File *
* - Sockets *
* - File Common Plugin *
* Application libraries: *
* - xxxx *
**********************************************************************
Post requests using form parameters are supported, but not validated.