Commit Graph

107 Commits (4b4d987996d86b6e53a69f59a10abcba235d6ded)
 

Author SHA1 Message Date
Hammy 4b4d987996 Update README.md 3 years ago
Hammy 0bbf8860ff Add APIUtils.java for utility methods to be used by APIWrapper.java 3 years ago
Hammy d3db82e322 Update README.md 3 years ago
Hammy 115710353f Add support for retrieving Waifu Images in sets of 10 3 years ago
Hammy 761b651fd7 Add extra method to deserialize JSON to PaginationData<T> 3 years ago
Hammy 773e726acc Add support for PaginationData.java in models 3 years ago
Hammy 13a3e75c4a Fix @JsonProperty value for 'image' 3 years ago
Hammy ed85f99294 Rename existing PaginationData.java to 'Meta' 3 years ago
Hammy 69d0187f77 Refactor parameters to be more descriptive 3 years ago
Hammy b50e4363d6 Change mentions of 'entity' to 'model' 3 years ago
Hammy c8ec37a1f5 Rename package 3 years ago
Hammy 33fe920dae Fix mistake in documentation 3 years ago
Hammy cedc3020fc Ignore unknown properties from JSON 3 years ago
Hammy 4a58dacfbc Modify Dockerfile & Jenkinsfile 3 years ago
Hamothy 17cf0c8dce
Update Dockerfile 3 years ago
Hammy 0fcf755dbd Update Dockerfile & Jenkinsfile
Correctly use credentials to upload gpg keys / settings.xml to properly sign artifacts
3 years ago
Hammy 9d8e804d6a Update Dockerfile
Experiment with Dockerfile to allow deployment to ossrh
3 years ago
Hammy 92f58d5a33 Update Dockerfile
Experiment with Dockerfile to allow deployment to ossrh
3 years ago
Hammy 2b8eb81816 Update Dockerfile
Experiment with Dockerfile to allow deployment to ossrh
3 years ago
Hammy 586eb875dd Update Jenkinsfile & Create Dockerfile
Experiment with Dockerfile to allow deployment to ossrh
3 years ago
Hammy bb308c6d9d Update README.md 3 years ago
Hammy fc51b76eba Update README.md 3 years ago
Hammy f8836df297 Update README.md 3 years ago
Hamothy 41d47687b8
Update README.md 3 years ago
Hammy d90e254ff3 Update pom.xml
Revert version back to 0.1 & upgrade pom for deployment to central repository
3 years ago
Hammy c43f9f4586 Make getWaifu(Integer id) method public 3 years ago
Hammy 2315657ec4 Remove annotations and regenerate equals(), hashcode() and toString() methods 3 years ago
Hammy 7b0d341183 Add many new endpoints
Coverage of the API is sitting around 40%/50%
3 years ago
Hammy 087a2ce3d2 Update User.java to better reflect the API 3 years ago
Hammy 8e64742fde Add enum for seasons of the year
Reduces the chance of user error to near 0 as they will choose from an enum instead of string
3 years ago
Hammy 3733925aa0 Ignore Series from FilteredWaifu
This value seems to be always null when returned from the API, hence it is now going to be ignored
3 years ago
Hammy 82a136dee0 Update instance variables
Instance variables were updated for better clarity and readability to end users
3 years ago
Hammy 3fd6f9f917 Remove unused import 3 years ago
Hammy 8af51c289e Update WaifuImage.java to better reflect API 3 years ago
Hammy aab72afde1 Delete unused code 3 years ago
Hammy 55f91bbddf Add documentation 3 years ago
Hammy 7c30a24cd1 Rename package org.goudham.me to me.goudham 3 years ago
Hammy 31bf9cbc7c Update README.md
Include license badge
3 years ago
Hammy 59508153ed Add new endpoint - getDailyWaifu() 3 years ago
Hammy 61c1c0e7b0 Update FilteredWaifu.java to better reflect API information 3 years ago
Hammy 7813421597 Delete useless test 3 years ago
Hammy 32068c4c55 Refactor deserialize & deserializeToList() methods
Making methods more readable through type signatures and how the method is being called within APIWrapper.java
3 years ago
Hammy 69c0ea55f3 Remove HttpClient from MyWaifuClient.java
MyWaifuClient should not have to pass in HttpClient into the APIWrapper, the httpClient is now managed by the APIWrapper
3 years ago
Hammy d931330750 Update pom.xml
Getting pom.xml ready for possible deployment to MavenCentral()
3 years ago
Hamothy d0db82ea24
Merge pull request #8 from sgoudham/release
Update Version Number
3 years ago
Hammy ad3a52713e Update version number 3 years ago
Hamothy 6466a40b30
Merge pull request #7 from sgoudham/main
Add support for retriving current airing anime
3 years ago
Hammy dfa05022e7 Add support for retrieving the current airing anime 3 years ago
Hammy 092d43172a Create APIMapper class 3 years ago
Hammy a10ac06fb2 Update documentation 3 years ago