M3o-py

Latest version: v0.1.1a1

Safety actively analyzes 682404 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

0.4.0

Overview

Summarised major changes:

- Client stream code generation and examples
- Package main Go examples that are runnable
- Error checking and refactoring of client generator
- Addition of Quotas to the publicapi

0.3.0

- Adds support for CLI streaming using `m3o stream` command.
- Pulls in client/example code generation tooling
- Includes nextjs contact form example
- Includes streaming code example
- Includes API publisher tool

0.2.0

Adds `m3o explore/search commands to the cli`

![Screenshot 2021-10-19 12 19 21](https://user-images.githubusercontent.com/17530/137899540-7b8a8b9c-729f-46ae-8a9a-7bd381f393e0.png)

![Screenshot 2021-10-19 12 17 49](https://user-images.githubusercontent.com/17530/137899542-0f955a6e-fa4e-4b75-9409-1a29028c29ed.png)

0.1.0

First Release

Release the first basic version of an M3O CLI

Install

Building from source


go get github.com/m3o/m3o


Otherwise release binaries coming soon

Usage

Export your API token as found in the UI


export M3O_API_TOKEN=xxxxxx


Call a service by name and endpoint


$ m3o call helloworld Call '{"name": "Alice"}'
{
"message": "Hello Alice"
}

Page 2 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.