Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SMQ-2545 - Add User Rust SDK #1

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open

SMQ-2545 - Add User Rust SDK #1

wants to merge 11 commits into from

Conversation

dorcaslitunya
Copy link

@dorcaslitunya dorcaslitunya commented Dec 11, 2024

What type of PR is this?

This is a feature because it adds the following functionality: Adding a Rust SDK to supreme
.

What does this do?

  • Adds a User SDK to supreme

Which issue(s) does this PR fix/relate to?

Have you included tests for your changes?

No, I have not included tests because its a draft PR.

Did you document any new/modified features?

No, I have not updated the documentation because its a draft PR.

@dborovcanin dborovcanin changed the title AB-2545- Add User Rust SDK SMQ-2545 - Add User Rust SDK Dec 11, 2024
@dborovcanin dborovcanin marked this pull request as ready for review December 24, 2024 08:58
Copy link
Contributor

@dborovcanin dborovcanin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is way to many generated files for relatively simple SDK. Please:

  • Clean up the generated files and try to reduce the amount of generated files.
  • Remove useless Markdown docs.
  • Do not generate package per MG service - check how it's done in the Go SDK.
  • Update README with meaningfull instructions on how to use SDK, install tool that's used to generate it and how to use the tool with existing SuperMQ repo.
  • Update examples to make some use of it (i.e. registrer, login, create domain, group, client, channel, connect them, send an HTTP message).

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bootstrap is removed from SuperMQ, so please take care to include only services in SuperMQ. Change and correct OpenAPI files if needed.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have deleted all files pertaining to Bootstrap

@dorcaslitunya
Copy link
Author

I have refactored the code as suggested. Please let me know if this works or any further improvements to it.

I just need to improve examples.

@drasko @dborovcanin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants