Added the CONTRIBUTORS file to the package.
This commit is contained in:
parent
4f5baeaa11
commit
72e57185f9
14
CONTRIBUTORS
Normal file
14
CONTRIBUTORS
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
For the purpose of tracking copyright, this is the list of individuals and
|
||||||
|
organizations who have contributed source code to this Swift package.
|
||||||
|
|
||||||
|
For employees of an organization/company where the copyright of work done
|
||||||
|
by employees of that company is held by the company itself, only the company
|
||||||
|
needs to be listed here.
|
||||||
|
|
||||||
|
## COPYRIGHT HOLDERS
|
||||||
|
|
||||||
|
- Röck+Cöde VoF. (all contributors with '@rock-n-code.com')
|
||||||
|
|
||||||
|
## PROJECT AUTHORS
|
||||||
|
|
||||||
|
- Javier Cicchelli <javier@rock-n-code.com>
|
12
Makefile
12
Makefile
@ -1,3 +1,15 @@
|
|||||||
|
# ===----------------------------------------------------------------------===
|
||||||
|
#
|
||||||
|
# This source file is part of the AmiiboAPI open source project
|
||||||
|
#
|
||||||
|
# Copyright (c) 2024 Röck+Cöde VoF. and the AmiiboAPI project authors
|
||||||
|
# Licensed under the EUPL 1.2 or later.
|
||||||
|
#
|
||||||
|
# See LICENSE for license information
|
||||||
|
# See CONTRIBUTORS for the list of AmiiboAPI project authors
|
||||||
|
#
|
||||||
|
# ===----------------------------------------------------------------------===
|
||||||
|
|
||||||
# ENVIRONMENT VARIABLES
|
# ENVIRONMENT VARIABLES
|
||||||
|
|
||||||
environment ?= .env
|
environment ?= .env
|
||||||
|
@ -1,5 +1,17 @@
|
|||||||
// swift-tools-version: 5.9
|
// swift-tools-version: 5.9
|
||||||
|
|
||||||
|
//===----------------------------------------------------------------------===
|
||||||
|
//
|
||||||
|
// This source file is part of the AmiiboAPI open source project
|
||||||
|
//
|
||||||
|
// Copyright (c) 2024 Röck+Cöde VoF. and the AmiiboAPI project authors
|
||||||
|
// Licensed under the EUPL 1.2 or later.
|
||||||
|
//
|
||||||
|
// See LICENSE for license information
|
||||||
|
// See CONTRIBUTORS for the list of AmiiboAPI project authors
|
||||||
|
//
|
||||||
|
//===----------------------------------------------------------------------===
|
||||||
|
|
||||||
import PackageDescription
|
import PackageDescription
|
||||||
|
|
||||||
let package = Package(
|
let package = Package(
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===
|
||||||
//
|
//
|
||||||
// This source file is part of the AmiiboAPI open source project
|
// This source file is part of the AmiiboAPI open source project
|
||||||
//
|
//
|
||||||
@ -8,7 +8,7 @@
|
|||||||
// See LICENSE for license information
|
// See LICENSE for license information
|
||||||
// See CONTRIBUTORS for the list of AmiiboAPI project authors
|
// See CONTRIBUTORS for the list of AmiiboAPI project authors
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===
|
||||||
|
|
||||||
import OpenAPIURLSession
|
import OpenAPIURLSession
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===
|
||||||
//
|
//
|
||||||
// This source file is part of the AmiiboAPI open source project
|
// This source file is part of the AmiiboAPI open source project
|
||||||
//
|
//
|
||||||
@ -8,7 +8,7 @@
|
|||||||
// See LICENSE for license information
|
// See LICENSE for license information
|
||||||
// See CONTRIBUTORS for the list of AmiiboAPI project authors
|
// See CONTRIBUTORS for the list of AmiiboAPI project authors
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===
|
||||||
|
|
||||||
import Foundation
|
import Foundation
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===
|
||||||
//
|
//
|
||||||
// This source file is part of the AmiiboAPI open source project
|
// This source file is part of the AmiiboAPI open source project
|
||||||
//
|
//
|
||||||
@ -8,7 +8,7 @@
|
|||||||
// See LICENSE for license information
|
// See LICENSE for license information
|
||||||
// See CONTRIBUTORS for the list of AmiiboAPI project authors
|
// See CONTRIBUTORS for the list of AmiiboAPI project authors
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===
|
||||||
|
|
||||||
protocol KeyNameFilter {
|
protocol KeyNameFilter {
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===
|
||||||
//
|
//
|
||||||
// This source file is part of the AmiiboAPI open source project
|
// This source file is part of the AmiiboAPI open source project
|
||||||
//
|
//
|
||||||
@ -8,7 +8,7 @@
|
|||||||
// See LICENSE for license information
|
// See LICENSE for license information
|
||||||
// See CONTRIBUTORS for the list of AmiiboAPI project authors
|
// See CONTRIBUTORS for the list of AmiiboAPI project authors
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===
|
||||||
|
|
||||||
protocol KeyNameModel: Sendable {
|
protocol KeyNameModel: Sendable {
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===
|
||||||
//
|
//
|
||||||
// This source file is part of the AmiiboAPI open source project
|
// This source file is part of the AmiiboAPI open source project
|
||||||
//
|
//
|
||||||
@ -8,7 +8,7 @@
|
|||||||
// See LICENSE for license information
|
// See LICENSE for license information
|
||||||
// See CONTRIBUTORS for the list of AmiiboAPI project authors
|
// See CONTRIBUTORS for the list of AmiiboAPI project authors
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===
|
||||||
|
|
||||||
import Foundation
|
import Foundation
|
||||||
import OpenAPIRuntime
|
import OpenAPIRuntime
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===
|
||||||
//
|
//
|
||||||
// This source file is part of the AmiiboAPI open source project
|
// This source file is part of the AmiiboAPI open source project
|
||||||
//
|
//
|
||||||
@ -8,7 +8,7 @@
|
|||||||
// See LICENSE for license information
|
// See LICENSE for license information
|
||||||
// See CONTRIBUTORS for the list of AmiiboAPI project authors
|
// See CONTRIBUTORS for the list of AmiiboAPI project authors
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===
|
||||||
|
|
||||||
public enum AmiiboServiceError: Error {
|
public enum AmiiboServiceError: Error {
|
||||||
case badRequest
|
case badRequest
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===
|
||||||
//
|
//
|
||||||
// This source file is part of the AmiiboAPI open source project
|
// This source file is part of the AmiiboAPI open source project
|
||||||
//
|
//
|
||||||
@ -8,7 +8,7 @@
|
|||||||
// See LICENSE for license information
|
// See LICENSE for license information
|
||||||
// See CONTRIBUTORS for the list of AmiiboAPI project authors
|
// See CONTRIBUTORS for the list of AmiiboAPI project authors
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===
|
||||||
|
|
||||||
public struct AmiiboFilter {
|
public struct AmiiboFilter {
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===
|
||||||
//
|
//
|
||||||
// This source file is part of the AmiiboAPI open source project
|
// This source file is part of the AmiiboAPI open source project
|
||||||
//
|
//
|
||||||
@ -8,7 +8,7 @@
|
|||||||
// See LICENSE for license information
|
// See LICENSE for license information
|
||||||
// See CONTRIBUTORS for the list of AmiiboAPI project authors
|
// See CONTRIBUTORS for the list of AmiiboAPI project authors
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===
|
||||||
|
|
||||||
public struct AmiiboSeriesFilter: KeyNameFilter {
|
public struct AmiiboSeriesFilter: KeyNameFilter {
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===
|
||||||
//
|
//
|
||||||
// This source file is part of the AmiiboAPI open source project
|
// This source file is part of the AmiiboAPI open source project
|
||||||
//
|
//
|
||||||
@ -8,7 +8,7 @@
|
|||||||
// See LICENSE for license information
|
// See LICENSE for license information
|
||||||
// See CONTRIBUTORS for the list of AmiiboAPI project authors
|
// See CONTRIBUTORS for the list of AmiiboAPI project authors
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===
|
||||||
|
|
||||||
public struct AmiiboTypeFilter: KeyNameFilter {
|
public struct AmiiboTypeFilter: KeyNameFilter {
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===
|
||||||
//
|
//
|
||||||
// This source file is part of the AmiiboAPI open source project
|
// This source file is part of the AmiiboAPI open source project
|
||||||
//
|
//
|
||||||
@ -8,7 +8,7 @@
|
|||||||
// See LICENSE for license information
|
// See LICENSE for license information
|
||||||
// See CONTRIBUTORS for the list of AmiiboAPI project authors
|
// See CONTRIBUTORS for the list of AmiiboAPI project authors
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===
|
||||||
|
|
||||||
public struct GameCharacterFilter: KeyNameFilter {
|
public struct GameCharacterFilter: KeyNameFilter {
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===
|
||||||
//
|
//
|
||||||
// This source file is part of the AmiiboAPI open source project
|
// This source file is part of the AmiiboAPI open source project
|
||||||
//
|
//
|
||||||
@ -8,7 +8,7 @@
|
|||||||
// See LICENSE for license information
|
// See LICENSE for license information
|
||||||
// See CONTRIBUTORS for the list of AmiiboAPI project authors
|
// See CONTRIBUTORS for the list of AmiiboAPI project authors
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===
|
||||||
|
|
||||||
public struct GameSeriesFilter: KeyNameFilter {
|
public struct GameSeriesFilter: KeyNameFilter {
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===
|
||||||
//
|
//
|
||||||
// This source file is part of the AmiiboAPI open source project
|
// This source file is part of the AmiiboAPI open source project
|
||||||
//
|
//
|
||||||
@ -8,7 +8,7 @@
|
|||||||
// See LICENSE for license information
|
// See LICENSE for license information
|
||||||
// See CONTRIBUTORS for the list of AmiiboAPI project authors
|
// See CONTRIBUTORS for the list of AmiiboAPI project authors
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===
|
||||||
|
|
||||||
import Foundation
|
import Foundation
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===
|
||||||
//
|
//
|
||||||
// This source file is part of the AmiiboAPI open source project
|
// This source file is part of the AmiiboAPI open source project
|
||||||
//
|
//
|
||||||
@ -8,7 +8,7 @@
|
|||||||
// See LICENSE for license information
|
// See LICENSE for license information
|
||||||
// See CONTRIBUTORS for the list of AmiiboAPI project authors
|
// See CONTRIBUTORS for the list of AmiiboAPI project authors
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===
|
||||||
|
|
||||||
extension Amiibo {
|
extension Amiibo {
|
||||||
public struct Game: Sendable {
|
public struct Game: Sendable {
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===
|
||||||
//
|
//
|
||||||
// This source file is part of the AmiiboAPI open source project
|
// This source file is part of the AmiiboAPI open source project
|
||||||
//
|
//
|
||||||
@ -8,7 +8,7 @@
|
|||||||
// See LICENSE for license information
|
// See LICENSE for license information
|
||||||
// See CONTRIBUTORS for the list of AmiiboAPI project authors
|
// See CONTRIBUTORS for the list of AmiiboAPI project authors
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===
|
||||||
|
|
||||||
extension Amiibo {
|
extension Amiibo {
|
||||||
public struct Platform: Sendable {
|
public struct Platform: Sendable {
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===
|
||||||
//
|
//
|
||||||
// This source file is part of the AmiiboAPI open source project
|
// This source file is part of the AmiiboAPI open source project
|
||||||
//
|
//
|
||||||
@ -8,7 +8,7 @@
|
|||||||
// See LICENSE for license information
|
// See LICENSE for license information
|
||||||
// See CONTRIBUTORS for the list of AmiiboAPI project authors
|
// See CONTRIBUTORS for the list of AmiiboAPI project authors
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===
|
||||||
|
|
||||||
import Foundation
|
import Foundation
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===
|
||||||
//
|
//
|
||||||
// This source file is part of the AmiiboAPI open source project
|
// This source file is part of the AmiiboAPI open source project
|
||||||
//
|
//
|
||||||
@ -8,7 +8,7 @@
|
|||||||
// See LICENSE for license information
|
// See LICENSE for license information
|
||||||
// See CONTRIBUTORS for the list of AmiiboAPI project authors
|
// See CONTRIBUTORS for the list of AmiiboAPI project authors
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===
|
||||||
|
|
||||||
extension Amiibo {
|
extension Amiibo {
|
||||||
public struct Usage: Sendable {
|
public struct Usage: Sendable {
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===
|
||||||
//
|
//
|
||||||
// This source file is part of the AmiiboAPI open source project
|
// This source file is part of the AmiiboAPI open source project
|
||||||
//
|
//
|
||||||
@ -8,7 +8,7 @@
|
|||||||
// See LICENSE for license information
|
// See LICENSE for license information
|
||||||
// See CONTRIBUTORS for the list of AmiiboAPI project authors
|
// See CONTRIBUTORS for the list of AmiiboAPI project authors
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===
|
||||||
|
|
||||||
public struct AmiiboSeries: KeyNameModel {
|
public struct AmiiboSeries: KeyNameModel {
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===
|
||||||
//
|
//
|
||||||
// This source file is part of the AmiiboAPI open source project
|
// This source file is part of the AmiiboAPI open source project
|
||||||
//
|
//
|
||||||
@ -8,7 +8,7 @@
|
|||||||
// See LICENSE for license information
|
// See LICENSE for license information
|
||||||
// See CONTRIBUTORS for the list of AmiiboAPI project authors
|
// See CONTRIBUTORS for the list of AmiiboAPI project authors
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===
|
||||||
|
|
||||||
public struct AmiiboType: KeyNameModel {
|
public struct AmiiboType: KeyNameModel {
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===
|
||||||
//
|
//
|
||||||
// This source file is part of the AmiiboAPI open source project
|
// This source file is part of the AmiiboAPI open source project
|
||||||
//
|
//
|
||||||
@ -8,7 +8,7 @@
|
|||||||
// See LICENSE for license information
|
// See LICENSE for license information
|
||||||
// See CONTRIBUTORS for the list of AmiiboAPI project authors
|
// See CONTRIBUTORS for the list of AmiiboAPI project authors
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===
|
||||||
|
|
||||||
public struct GameCharacter: KeyNameModel {
|
public struct GameCharacter: KeyNameModel {
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===
|
||||||
//
|
//
|
||||||
// This source file is part of the AmiiboAPI open source project
|
// This source file is part of the AmiiboAPI open source project
|
||||||
//
|
//
|
||||||
@ -8,7 +8,7 @@
|
|||||||
// See LICENSE for license information
|
// See LICENSE for license information
|
||||||
// See CONTRIBUTORS for the list of AmiiboAPI project authors
|
// See CONTRIBUTORS for the list of AmiiboAPI project authors
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===
|
||||||
|
|
||||||
public struct GameSeries: KeyNameModel {
|
public struct GameSeries: KeyNameModel {
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===
|
||||||
//
|
//
|
||||||
// This source file is part of the AmiiboAPI open source project
|
// This source file is part of the AmiiboAPI open source project
|
||||||
//
|
//
|
||||||
@ -8,7 +8,7 @@
|
|||||||
// See LICENSE for license information
|
// See LICENSE for license information
|
||||||
// See CONTRIBUTORS for the list of AmiiboAPI project authors
|
// See CONTRIBUTORS for the list of AmiiboAPI project authors
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===
|
||||||
|
|
||||||
import Foundation
|
import Foundation
|
||||||
import OpenAPIRuntime
|
import OpenAPIRuntime
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
|
# ===----------------------------------------------------------------------===
|
||||||
|
#
|
||||||
|
# This source file is part of the AmiiboAPI open source project
|
||||||
|
#
|
||||||
|
# Copyright (c) 2024 Röck+Cöde VoF. and the AmiiboAPI project authors
|
||||||
|
# Licensed under the EUPL 1.2 or later.
|
||||||
|
#
|
||||||
|
# See LICENSE for license information
|
||||||
|
# See CONTRIBUTORS for the list of AmiiboAPI project authors
|
||||||
|
#
|
||||||
|
# ===----------------------------------------------------------------------===
|
||||||
|
|
||||||
generate:
|
generate:
|
||||||
- types
|
- types
|
||||||
- client
|
- client
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
|
# ===----------------------------------------------------------------------===
|
||||||
|
#
|
||||||
|
# This source file is part of the AmiiboAPI open source project
|
||||||
|
#
|
||||||
|
# Copyright (c) 2024 Röck+Cöde VoF. and the AmiiboAPI project authors
|
||||||
|
# Licensed under the EUPL 1.2 or later.
|
||||||
|
#
|
||||||
|
# See LICENSE for license information
|
||||||
|
# See CONTRIBUTORS for the list of AmiiboAPI project authors
|
||||||
|
#
|
||||||
|
# ===----------------------------------------------------------------------===
|
||||||
|
|
||||||
openapi: '3.1.0'
|
openapi: '3.1.0'
|
||||||
info:
|
info:
|
||||||
title: Amiibo API service
|
title: Amiibo API service
|
||||||
|
Loading…
x
Reference in New Issue
Block a user