Skip to content

Commit 055f5c2

Browse files
committed
Remove http-api and http-service
These are being split into a separate repository at https://github.com/runelite/api.runelite.net
1 parent 0a50142 commit 055f5c2

File tree

118 files changed

+2
-9267
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

118 files changed

+2
-9267
lines changed

README.md

-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ If you have any questions, please join our IRC channel on [irc.rizon.net #runeli
88
## Project Layout
99

1010
- [cache](cache/src/main/java/net/runelite/cache) - Libraries used for reading/writing cache files, as well as the data in it
11-
- [http-api](http-api/src/main/java/net/runelite/http/api) - API for api.runelite.net
12-
- [http-service](http-service/src/main/java/net/runelite/http/service) - Service for api.runelite.net
1311
- [runelite-api](runelite-api/src/main/java/net/runelite/api) - RuneLite API, interfaces for accessing the client
1412
- [runelite-client](runelite-client/src/main/java/net/runelite/client) - Game client with plugins
1513

http-api/pom.xml

-75
This file was deleted.

http-api/src/main/java/net/runelite/http/api/RuneLiteAPI.java

-66
This file was deleted.

http-api/src/main/java/net/runelite/http/api/account/OAuthResponse.java

-35
This file was deleted.

http-api/src/main/java/net/runelite/http/api/chat/Duels.java

-36
This file was deleted.

http-api/src/main/java/net/runelite/http/api/chat/LayoutRoom.java

-50
This file was deleted.

http-api/src/main/java/net/runelite/http/api/chat/Task.java

-36
This file was deleted.

http-api/src/main/java/net/runelite/http/api/config/ConfigEntry.java

-38
This file was deleted.

http-api/src/main/java/net/runelite/http/api/config/Configuration.java

-37
This file was deleted.

0 commit comments

Comments
 (0)