Commit Graph

26 Commits (0f891e466d0f3263f1efea70ead61c5e2a717db8)

Author SHA1 Message Date
Hammy 0f891e466d Add Enum for User Actions on Waifus
Reduces the chance of user error to near 0% as they are forced to use
this enum
4 years ago
Hammy fad4948fc0 Update documentation 4 years ago
Hammy eb43a8baf9 Add support for retrieving series by page 4 years ago
Hammy 0bbf8860ff Add APIUtils.java for utility methods to be used by APIWrapper.java 4 years ago
Hammy 115710353f Add support for retrieving Waifu Images in sets of 10 4 years ago
Hammy 761b651fd7 Add extra method to deserialize JSON to PaginationData<T> 4 years ago
Hammy 773e726acc Add support for PaginationData.java in models 4 years ago
Hammy 13a3e75c4a Fix @JsonProperty value for 'image' 4 years ago
Hammy ed85f99294 Rename existing PaginationData.java to 'Meta' 4 years ago
Hammy 69d0187f77 Refactor parameters to be more descriptive 4 years ago
Hammy b50e4363d6 Change mentions of 'entity' to 'model' 4 years ago
Hammy c8ec37a1f5 Rename package 4 years ago
Hammy 33fe920dae Fix mistake in documentation 4 years ago
Hammy cedc3020fc Ignore unknown properties from JSON 4 years ago
Hammy c43f9f4586 Make getWaifu(Integer id) method public 4 years ago
Hammy 2315657ec4 Remove annotations and regenerate equals(), hashcode() and toString() methods 4 years ago
Hammy 7b0d341183 Add many new endpoints
Coverage of the API is sitting around 40%/50%
4 years ago
Hammy 087a2ce3d2 Update User.java to better reflect the API 4 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
4 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
4 years ago
Hammy 82a136dee0 Update instance variables
Instance variables were updated for better clarity and readability to end users
4 years ago
Hammy 3fd6f9f917 Remove unused import 4 years ago
Hammy 8af51c289e Update WaifuImage.java to better reflect API 4 years ago
Hammy aab72afde1 Delete unused code 4 years ago
Hammy 55f91bbddf Add documentation 4 years ago
Hammy 7c30a24cd1 Rename package org.goudham.me to me.goudham 4 years ago