Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dosmike/joreapi
Java Implementation for the SpongePowered Ore Reposirty API
https://github.com/dosmike/joreapi
Last synced: about 1 month ago
JSON representation
Java Implementation for the SpongePowered Ore Reposirty API
- Host: GitHub
- URL: https://github.com/dosmike/joreapi
- Owner: DosMike
- Created: 2020-12-07T20:32:54.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-01T15:49:00.000Z (almost 4 years ago)
- Last Synced: 2024-04-17T22:08:47.945Z (8 months ago)
- Language: Java
- Size: 343 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jOreApi
This project is implementing the API for the SpongePowered Ore Repository.
It is implemented in a way that allows multiple sessions over a single trafic limiter.
All you need as entry point to the api is the OreApiV2 class.
**This implementation currently targets [https://staging-ore-vue.spongeproject.net/api/v2](https://staging-ore-vue.spongeproject.net/api)**
About the CompletableFutures you're getting with this API:
If you don't want to work with CompletionStages or don't want to handle the exeptions returned by get()
just use `api.method().join();` it will throw any exceptions as unchecked and just wait for the value.In order to speed things up it also uses a cache of 5 Minutes for non-search type requests.
Use this library:
`TODO add jitpack dependency information`