Commit Graph

75 Commits (0eb2eb469218b975bffb2df2bbb5579b1512d1e7)

Author SHA1 Message Date
Hammy e8bced78cb Add endpoint support for searchSeries & Update documentation 4 years ago
Hammy 92002c18e4 Add/Update documentation 4 years ago
Hammy eb45813c7f Add endpoint support for searching Waifus 4 years ago
Hammy 786c6990cb Update tests 4 years ago
Hammy a640781deb Add method to support retrieving objects as strings 4 years ago
Hammy ec08a6b232 Add first test for APIWrapper 4 years ago
Hammy 34d7543ff4 Add whitespace 4 years ago
Hammy c068d6ab27 Update documentation 4 years ago
Hammy 22d123da55 Add documentation 4 years ago
Hammy 1206db4bf8 Add support for getting paginated sets of Waifus 4 years ago
Hammy d05c80c499 Add equals(), hashCode() & toString() methods 4 years ago
Hammy 2b25cc8f6d Add equals(), hashCode() & toString() methods 4 years ago
Hammy ff0f82a8d4 Add support for getting User Waifus
This includes waifus that have been created, liked or trashed
4 years ago
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
Hammy 59508153ed Add new endpoint - getDailyWaifu() 4 years ago
Hammy 61c1c0e7b0 Update FilteredWaifu.java to better reflect API information 4 years ago
Hammy 7813421597 Delete useless test 4 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
4 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
4 years ago
Hammy dfa05022e7 Add support for retrieving the current airing anime 4 years ago
Hammy 092d43172a Create APIMapper class 4 years ago
Hammy a10ac06fb2 Update documentation 4 years ago
Hammy 1f3ea2fc0c Rename MyWaifuWrapper.java to APIWrapper.java 4 years ago
Hammy 256341a88d Add support for retrieving series by ID 4 years ago
Hammy 2aaba3527f Add new exception class 4 years ago