This repository was archived by the owner on Jan 1, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +86
-3
lines changed
src/main/java/com/github/Doomsdayrs/Jikan4java Expand file tree Collapse file tree 6 files changed +86
-3
lines changed Original file line number Diff line number Diff line change @@ -2,15 +2,14 @@ apply plugin: 'java'
22apply plugin : ' maven'
33
44group = ' com.github.Doomsdayrs'
5- version = ' 0.9.G '
5+ version = ' 1.0.0 '
66
77description = """ Jikan4java, Java wrapper for the Jikan api"""
88
99sourceCompatibility = 8
1010targetCompatibility = 8
1111
1212repositories {
13-
1413 maven { url " http://repo.maven.apache.org/maven2" }
1514}
1615dependencies {
Original file line number Diff line number Diff line change 66import java .util .concurrent .CompletableFuture ;
77
88/**
9+ * This file is part of Jikan4java.
10+ * Jikan4java is free software: you can redistribute it and/or modify
11+ * it under the terms of the GNU General Public License as published by
12+ * the Free Software Foundation, either version 3 of the License, or
13+ * (at your option) any later version.
14+ * Foobar is distributed in the hope that it will be useful,
15+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
16+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17+ * GNU General Public License for more details.
18+ * You should have received a copy of the GNU General Public License
19+ * along with Jikan4java. If not, see <https://www.gnu.org/licenses/>.
20+ * ====================================================================
921 * Jikan4java
10- * 05 / January / 2019
22+ * 11 / May / 2019
1123 *
1224 * @author github.com/doomsdayrs
1325 */
Original file line number Diff line number Diff line change 11package com .github .Doomsdayrs .Jikan4java .exceptions ;
22
3+ /**
4+ * This file is part of Jikan4java.
5+ * Jikan4java is free software: you can redistribute it and/or modify
6+ * it under the terms of the GNU General Public License as published by
7+ * the Free Software Foundation, either version 3 of the License, or
8+ * (at your option) any later version.
9+ * Foobar is distributed in the hope that it will be useful,
10+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
11+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+ * GNU General Public License for more details.
13+ * You should have received a copy of the GNU General Public License
14+ * along with Jikan4java. If not, see <https://www.gnu.org/licenses/>.
15+ * ====================================================================
16+ * Jikan4java
17+ * 11 / May / 2019
18+ *
19+ * @author github.com/doomsdayrs
20+ */
321public class RequestError extends Exception {
422 public RequestError () {
523 super ();
Original file line number Diff line number Diff line change 11package com .github .Doomsdayrs .Jikan4java .types .Support .enums ;
22
3+ /**
4+ * This file is part of Jikan4java.
5+ * Jikan4java is free software: you can redistribute it and/or modify
6+ * it under the terms of the GNU General Public License as published by
7+ * the Free Software Foundation, either version 3 of the License, or
8+ * (at your option) any later version.
9+ * Foobar is distributed in the hope that it will be useful,
10+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
11+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+ * GNU General Public License for more details.
13+ * You should have received a copy of the GNU General Public License
14+ * along with Jikan4java. If not, see <https://www.gnu.org/licenses/>.
15+ * ====================================================================
16+ * Jikan4java
17+ * 11 / May / 2019
18+ *
19+ * @author github.com/doomsdayrs
20+ */
321public enum Days {
422 MONDAY ,
523 TUESDAY ,
Original file line number Diff line number Diff line change 11package com .github .Doomsdayrs .Jikan4java .types .Support .enums ;
22
3+ /**
4+ * This file is part of Jikan4java.
5+ * Jikan4java is free software: you can redistribute it and/or modify
6+ * it under the terms of the GNU General Public License as published by
7+ * the Free Software Foundation, either version 3 of the License, or
8+ * (at your option) any later version.
9+ * Foobar is distributed in the hope that it will be useful,
10+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
11+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+ * GNU General Public License for more details.
13+ * You should have received a copy of the GNU General Public License
14+ * along with Jikan4java. If not, see <https://www.gnu.org/licenses/>.
15+ * ====================================================================
16+ * Jikan4java
17+ * 11 / May / 2019
18+ *
19+ * @author github.com/doomsdayrs
20+ */
321public enum Season {
422 SUMMER ,
523 SPRING ,
Original file line number Diff line number Diff line change 11package com .github .Doomsdayrs .Jikan4java .types .Support .enums ;
22
3+ /**
4+ * This file is part of Jikan4java.
5+ * Jikan4java is free software: you can redistribute it and/or modify
6+ * it under the terms of the GNU General Public License as published by
7+ * the Free Software Foundation, either version 3 of the License, or
8+ * (at your option) any later version.
9+ * Foobar is distributed in the hope that it will be useful,
10+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
11+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+ * GNU General Public License for more details.
13+ * You should have received a copy of the GNU General Public License
14+ * along with Jikan4java. If not, see <https://www.gnu.org/licenses/>.
15+ * ====================================================================
16+ * Jikan4java
17+ * 11 / May / 2019
18+ *
19+ * @author github.com/doomsdayrs
20+ */
321public enum Tops {
422 ANIME (),
523 MANGA ,
You can’t perform that action at this time.
0 commit comments