Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Support

- Java 11+ required
- GitHub Issues: https://github.com/SandeepVattapparambil/lattesplash-java/issues
- GitHub Issues: https://github.com/Sandeepv68/lattesplash-java/issues
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ This project and everyone participating in it is governed by our [Code of Conduc
```
3. Add the upstream remote:
```sh
git remote add upstream https://github.com/SandeepVattapparambil/lattesplash-java.git
git remote add upstream https://github.com/Sandeepv68/lattesplash-java.git
```
4. Create a feature branch:
```sh
Expand Down Expand Up @@ -283,7 +283,7 @@ Any other information

### Where to Report

- GitHub Issues: https://github.com/SandeepVattapparambil/lattesplash-java/issues
- GitHub Issues: https://github.com/Sandeepv68/lattesplash-java/issues

## Requesting Features

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# LatteSplash v1.0.0

[![license](https://img.shields.io/github/license/SandeepVattapparambil/lattesplash-java.svg)](https://github.com/SandeepVattapparambil/lattesplash-java/blob/main/LICENSE) ![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg) [![CI](https://github.com/SandeepVattapparambil/lattesplash-java/workflows/CI/badge.svg)](https://github.com/SandeepVattapparambil/lattesplash-java/actions?query=workflow%3ACI) ![GitHub issues](https://img.shields.io/github/issues/SandeepVattapparambil/lattesplash-java.svg) ![GitHub forks](https://img.shields.io/github/forks/SandeepVattapparambil/lattesplash-java.svg) ![GitHub stars](https://img.shields.io/github/stars/SandeepVattapparambil/lattesplash-java.svg)
[![license](https://img.shields.io/github/license/Sandeepv68/lattesplash-java.svg)](https://github.com/Sandeepv68/lattesplash-java/blob/main/LICENSE) ![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg) [![CI](https://github.com/Sandeepv68/lattesplash-java/workflows/CI/badge.svg)](https://github.com/Sandeepv68/lattesplash-java/actions?query=workflow%3ACI) ![GitHub issues](https://img.shields.io/github/issues/Sandeepv68/lattesplash-java.svg) ![GitHub forks](https://img.shields.io/github/forks/Sandeepv68/lattesplash-java.svg) ![GitHub stars](https://img.shields.io/github/stars/Sandeepv68/lattesplash-java.svg)


LatteSplash is a production-ready, synchronous + asynchronous API wrapper for the popular [Unsplash](https://unsplash.com/) platform, written in **Java 11**. It is a faithful port of the [wrapsplash](https://github.com/SandeepVattapparambil/wrapsplash) npm module, supporting all original features with idiomatic Java conventions.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<name>LatteSplash</name>
<description>Java API wrapper for the Unsplash platform</description>
<url>https://github.com/SandeepVattapparambil/lattesplash-java</url>
<url>https://github.com/Sandeepv68/lattesplash-java</url>

<licenses>
<license>
Expand Down
Loading