-
Notifications
You must be signed in to change notification settings - Fork 388
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
dphuang2
committed
Mar 29, 2024
1 parent
7659c40
commit 10979f9
Showing
22 changed files
with
55,218 additions
and
8 deletions.
There are no files selected for viewing
12,834 changes: 12,834 additions & 0 deletions
12,834
sdks/db/browser-downloads/docs.malga.io_api/swagger.json
Large diffs are not rendered by default.
Oops, something went wrong.
1,280 changes: 1,280 additions & 0 deletions
1,280
sdks/db/cached-method-objects/from-custom-request_malga.io.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
sdks/db/cached-method-objects/from-custom-request_multiwoven.com.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"A Plug agora é Malga! \nMais do que uma plataforma de pagamentos, queremos ser uma comunidade que empodera negócios digitais. A única e última plataforma de integração de pagamentos.\nCom tecnologia agnóstica, adaptável e resiliente. Desenvolvendo as melhores experiências para empresas, desenvolvedores e consumidores. Simplificando o que é complexo e evoluindo todos os dias.\nSomos uma startup apoiada por investidores focados em tecnologia com a missão de ajudar empresas digitais a descobrirem todo o potencial de pagamentos. Fomos acelerados pela Y Combinator, fundada em 2005 no Vale do Silício (EUA) e considerada a maior aceleradora de tecnologia do mundo. Por isso, temos muito orgulho de colocar em nosso nome essa sigla pequena, mas com tanto significado: YC S21.": "Malga (formerly Plug) is more than a payment platform. We empower digital businesses with cutting-edge, adaptable technology. Supported by Y Combinator, we simplify complexity and evolve daily to unlock the full potential of digital payments. Malga's {language} SDK generated by Konfig (https://konfigthis.com/)." | ||
} |
9,525 changes: 9,525 additions & 0 deletions
9,525
sdks/db/intermediate-fixed-specs/malga/openapi.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
processed: | ||
securitySchemes: | ||
X-Client-ID: | ||
type: apiKey | ||
in: header | ||
name: X-Client-Id | ||
X-Api-Key: | ||
type: apiKey | ||
in: header | ||
name: X-Api-Key | ||
apiBaseUrl: https://api.malga.io | ||
apiVersion: '0.5' | ||
apiDescription: > | ||
# Authentication | ||
Os serviços de API da Malga são protegidos através de chaves de acesso. Você | ||
pode gerenciar suas chaves de acesso através do seu dashboard. | ||
É importante armazenar suas chaves de maneira privada e segura uma vez que | ||
elas possuem privilégios de alteração na sua conta. Não compartilhe suas | ||
chaves, não deixe elas fixadas no seu código e nem armazene elas no seu | ||
servidor de controle de versão. Recomendamos utilizar variáveis de ambiente | ||
secretas para deixar a chave disponível para sua aplicação. | ||
A Autenticação para todos os chamadas da API é feita através de headers | ||
HTTP, sendo necessário informar seu identificador de cliente na Malga e a | ||
chave secreta de acesso. | ||
## X-Client-ID | ||
Identificador única da sua conta na Malga. Deve ser enviado no header | ||
obrigatóriamente em todas as requisições feitas a API. | ||
| Security Scheme Type | API Key | | ||
|-----------------------|-----------| | ||
| Header parameter name | `X-Client-ID` | | ||
## X-Api-Key | ||
Sua chave de acesso a API. Funciona em par com o client-id devendo ser | ||
enviado no header obrigatóriamente em todas as requisições feitas a API. | ||
| Security Scheme Type | API Key | | ||
|-----------------------|-----------| | ||
| Header parameter name | `X-Api-Key` | | ||
## Exemplo de requisicão autenticada | ||
```bash | ||
curl --location --request GET 'https://api.malga.io/v1/' \ | ||
--header 'X-Client-Id: <YOUR_CLIENT_ID>' \ | ||
--header 'X-Api-Key: <YOUR_SECRET_KEY>' | ||
``` | ||
apiTitle: Documentação Malga API | ||
endpoints: 31 | ||
sdkMethods: 46 | ||
schemas: 165 | ||
parameters: 150 | ||
originalCustomRequest: | ||
lambda: true | ||
customRequestSpecFilename: malga.io.yaml | ||
difficultyScore: 166 |
Oops, something went wrong.