Skip to content

Commit

Permalink
Update README.md (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
q1zZu authored Feb 14, 2024
2 parents 08057c6 + f185635 commit 544f531
Showing 1 changed file with 46 additions and 1 deletion.
47 changes: 46 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,47 @@

> ⚠️ This project is still in beta and may have errors!
⚠️ If you found any error or bug, please open [issue](https://github.com/q1zZu/spaceis-sdk-java/issues) or contact with me via [discord](https://bit.ly/Q-CODES) *(open ticket)*.

# spaceis-sdk-java
Java sdk for https://api.spaceis.pl
Java sdk for [SpaceIs](https://spaceis.pl) e-commerce platform.


## **Supported endpoints:**
- [License](https://api.spaceis.pl/#tag/Licencja)
- [Daily reward](https://api.spaceis.pl/#tag/Dzienna-nagroda)
- [Vouchers](https://api.spaceis.pl/#tag/Vouchery)
- [Subpages](https://api.spaceis.pl/#tag/Podstrony)
- [Discount code](https://api.spaceis.pl/#tag/Kody-rabatowe)
- [Server commands](https://api.spaceis.pl/#tag/Komendy-dla-serwera)
- [Transactions](https://api.spaceis.pl/#tag/Transakcje)
- [Servers](https://api.spaceis.pl/#tag/Serwery)

# Installation

...

# SpaceIsSdkClient

**Client initalization**
```java

// Client with api key
final SpaceIsSdk spaceIsSdkClient = new SpaceIsSdkClient(API_KEY);

// Client with base url and api key.
final SpaceIsSdk spaceIsSdkClient = new SpaceIsSdkClient(BASE_URL, API_KEY);

// Client with custom configuration for Unirest.
final SpaceIsSdk spaceIsSdkClient = new SpaceIsSdkClient(CONFIG);

```

Examples for usage can be found at: [wiki](https://github.com/q1zZu/spaceis-sdk-java/wiki)

# Support and contact
- Discord: [Q-CODES](https://bit.ly/Q-CODES) *(create ticket)*
- Email: [email protected]




0 comments on commit 544f531

Please sign in to comment.