GitHub Trends
10.1K subscribers
15.3K links
See what the GitHub community is most excited about today.

A bot automatically fetches new repositories from https://github.com/trending and sends them to the channel.

Author and maintainer: https://github.com/katursis
Download Telegram
#typescript #appscript #collaboration #data_table #doc #document #excel #grid #live_share #office #powerpoint #ppt #productivity #sdk #sheet #slide #spreadsheet #word #xlsx

Univer is a powerful office suite that supports spreadsheets, documents, and presentations. It is highly extensible, customizable, and performant. Here are the key benefits Univer works on browsers, Node.js, and soon on mobile devices, with the same API.
- **Feature-Rich** You can personalize its appearance with themes and support for multiple languages.
- **High Performance** It is easily embeddable into your applications.
- **Community Support**: Active community and various resources available for help and contributions.

Overall, Univer makes it easy to create, edit, and collaborate on office documents with a wide range of advanced features.

https://github.com/dream-num/univer
#java #api_library #java #payment #sdk #wechatpay #wechatpay_apiv3 #weixin #weixin_pay

This Java SDK is designed to help you integrate WeChat Pay APIv3 into your application. Here are the key benefits and how to use it The SDK handles automatic signing and verification of HTTP requests, making it easier to secure your transactions.
- **Business Services** The SDK can automatically update WeChat Pay platform certificates to ensure security.
- **Error Handling** The SDK supports encryption and decryption of sensitive data according to WeChat Pay's rules.

### How to Use
- **Installation**wechatpay-java Set up the configuration with your merchant ID, private key path, merchant serial number, and APIv3 key.
```java
Config config =
new RSAAutoCertificateConfig.Builder()
.merchantId(merchantId)
.privateKeyFromPath(privateKeyPath)
.merchantSerialNumber(merchantSerialNumber)
.apiV3Key(apiV3Key)
.build();
```
- **Making Requests**: Use the configured service to make payment requests, such as prepay for Native Pay.
```java
NativePayService service = new NativePayService.Builder().config(config).build();
PrepayRequest request = new PrepayRequest();
// Set request parameters
PrepayResponse response = service.prepay(request);
```

By using this SDK, you can simplify the integration of WeChat Pay into your application while ensuring security and compliance with WeChat Pay's API rules.

https://github.com/wechatpay-apiv3/wechatpay-java
#java #api #api_client #api_server #generator #hacktoberfest #openapi #openapi_generator #openapi3 #rest #rest_api #rest_client #restful_api #sdk

OpenAPI Generator is a tool that automates the generation of API client libraries, server stubs, documentation, and configuration files from an OpenAPI specification. Here are the key benefits and features Generates code for over 30 programming languages and frameworks, including Java, Python, C#, Go, Ruby, and many more.
- **API Clients and Server Stubs** Generates HTML documentation, Confluence Wiki pages, and configuration files for Apache2, among others.
- **Customization** Can be integrated into workflows using Maven, Gradle, GitHub, and CI/CD pipelines.
- **Security** Maintained by a large community of contributors, ensuring continuous improvement and support.

Using OpenAPI Generator helps developers streamline their API development process, reduce errors, and focus on more complex aspects of their projects.

https://github.com/OpenAPITools/openapi-generator
#rust #beginner_friendly #featured #finance #hacktoberfest #high_performance #open_source #orchestration #payments #postgresql #redis #restful_api #rust #sdk #works_with_react

Hyperswitch is an open-source payments platform that helps businesses manage payments easily. It uses a single API to access various payment methods and features, making it simple to integrate different payment flows like cards, wallets, and bank transfers. The platform includes a backend for seamless payment processing, an SDK for unified payment experiences across web and mobile, and a Control Center for managing payments without coding. You can try Hyperswitch by setting it up locally or deploying it on cloud services like AWS, GCP, or Azure. This platform is designed to be reliable, secure, and customizable, allowing businesses to own and tailor their payment stack according to their needs.

https://github.com/juspay/hyperswitch