Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benevanio/api-specification
Mulesoft especification
https://github.com/benevanio/api-specification
api contracts dev-lab lowcode lowcodeplatform mulesoft mulesoft-apis mulesoft-connector mulesoft-fsop mulesoft-mdm mulesoft-mycoke raml-documentation sap training
Last synced: about 1 month ago
JSON representation
Mulesoft especification
- Host: GitHub
- URL: https://github.com/benevanio/api-specification
- Owner: Benevanio
- License: mit
- Created: 2024-03-31T18:43:05.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-31T21:52:11.000Z (9 months ago)
- Last Synced: 2024-09-26T01:41:26.373Z (3 months ago)
- Topics: api, contracts, dev-lab, lowcode, lowcodeplatform, mulesoft, mulesoft-apis, mulesoft-connector, mulesoft-fsop, mulesoft-mdm, mulesoft-mycoke, raml-documentation, sap, training
- Language: RAML
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# API Specification
Este repositório contém a especificação da API para o projeto api-specification. A especificação está escrita em RAML (RESTful API Modeling Language) e define os endpoints, métodos HTTP, parâmetros e respostas para a API.
## Estrutura do Repositório
- `interface/`: Contém o arquivo RAML da especificação da API.
- `implementation/`: Contém os arquivos MuleSoft que implementam a lógica da API.## Pré-requisitos
Para executar a API localmente, você precisa ter o MuleSoft Anypoint Studio instalado.
## Como Executar Localmente
1. Clone este repositório em sua máquina local.
2. Abra o projeto no MuleSoft Anypoint Studio.
3. Execute o projeto localmente no Anypoint Studio.A API estará disponível em `http://localhost:8081/api`.
## Contribuição
- Para reportar problemas ou sugestões, abra uma issue neste repositório.
- Para contribuir com código, faça um fork do repositório e abra um pull request com suas alterações.## Licença
Este projeto está licenciado sob a [MIT License](LICENSE).