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

Introducing openim-sdk and Inviting Contributors for openim Development #1039

Closed
cubxxw opened this issue Sep 7, 2023 — with Slack · 0 comments
Closed

Introducing openim-sdk and Inviting Contributors for openim Development #1039

cubxxw opened this issue Sep 7, 2023 — with Slack · 0 comments
Labels
documentation Categorizes issue or PR as related to documentation. feature Categorizes issue or PR as related to a new feature. openim User information, template information, important information, never expired and closed.
Milestone

Comments

Copy link
Contributor

cubxxw commented Sep 7, 2023

I'd like to introduce the openim-sdk, a Java SDK designed to facilitate the integration and development with openim for Java developers. This repository provides a seamless interface for using OpenIM's functionalities and services.

Key Features:

  1. 📦 Easy Integration with Maven:

    <dependency>
        <groupId>cn.org.opendfl</groupId>
        <artifactId>openim-java-sdk</artifactId>
        <version>0.4</version>
    </dependency>
    
  2. 🔧 Configurable Settings: With the ability to set API endpoints and account details. Default configurations are also provided for ease of use.

    openim:
      api: http://openim-web.host.fit
      # More configurations...
    
  3. 🚀 Ready-to-Use Examples: Simplified code examples to quickly get started, such as logging in and fetching client configurations.

    @Resource
    private OpenImService openImService;
    
    public void login() {
        // Login logic...
    }
    

References:

📢 Call for Contributors: As we continue to enhance and expand the capabilities of this SDK, we're reaching out to the community to invite developers and contributors to join us in the development and contribution to the openim-sdk. Whether you're interested in improving the documentation, adding new features, or just fixing a bug, every bit of help is invaluable to us. Let's work together to make this SDK even better!

@cubxxw cubxxw added documentation Categorizes issue or PR as related to documentation. feature Categorizes issue or PR as related to a new feature. openim User information, template information, important information, never expired and closed. labels Sep 7, 2023 — with Slack
@cubxxw cubxxw added this to the v3.3 milestone Sep 7, 2023 — with Slack
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Categorizes issue or PR as related to documentation. feature Categorizes issue or PR as related to a new feature. openim User information, template information, important information, never expired and closed.
Projects
None yet
Development

No branches or pull requests

2 participants