[Feature] All endpoints #2

Merged
javier merged 11 commits from feature/endpoints into main 2023-04-18 20:03:13 +00:00
Showing only changes of commit 0780c09c01 - Show all commits

View File

@ -0,0 +1,10 @@
extension String {
enum Path {
static let amiibo = "/api/amiibo/"
static let type = "/api/type"
static let gameSeries = "/api/gameseries"
static let series = "/api/amiiboseries"
static let character = "/api/character"
static let lastUpdated = "/api/lastupdated"
}
}