Updated the references to the new amiiboapi host in the OpenAPI specification document and in the documentation of the package.

This commit is contained in:
2026-03-22 23:02:43 +01:00
parent a3f6731604
commit cb8d7fb5e1
4 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
# Amiibo Service # Amiibo Service
A library written entirely with [Swift](https://www.swift.org) that provides everything the developer needs to interacts with the [Amiibo API](https://www.amiiboapi.com) backend service. A library written entirely with [Swift](https://www.swift.org) that provides everything the developer needs to interacts with the [Amiibo API](https://www.amiiboapi.org) backend service.
## Installation ## Installation
@@ -4,7 +4,7 @@ A library that provides everything the developer needs to interact with the **Am
## Overview ## Overview
The `amiibo-service` library is a package that allows the developer to interact with the [Amiibo API](https://www.amiiboapi.com) backend service seamlessly, by not only providing the *service* type but also any possible *models*, *filters*, *errors* and *interfaces* types that might be needed during implementation. The `amiibo-service` library is a package that allows the developer to interact with the [Amiibo API](https://www.amiiboapi.org) backend service seamlessly, by not only providing the *service* type but also any possible *models*, *filters*, *errors* and *interfaces* types that might be needed during implementation.
## Design ## Design
+11 -11
View File
@@ -19,7 +19,7 @@ info:
description: | description: |
# Information # Information
The [AmiiboAPI](https://www.amiiboapi.com) service is primarily used for educational purposes. The [AmiiboAPI](https://www.amiiboapi.org) service is primarily used for educational purposes.
This is a **reading-only API**. Only HTTP GET method is allowed by this API. This is a **reading-only API**. Only HTTP GET method is allowed by this API.
**No authentication** is required to use this API. All resources are allowed to access. **No authentication** is required to use this API. All resources are allowed to access.
@@ -36,18 +36,18 @@ info:
* *You will comply with all applicable law, regulation, and third party rights (including without limitation laws regarding the import or export of data or software, privacy, and local laws). You will not use the APIs to encourage or promote illegal activity or violation of third party rights.* * *You will comply with all applicable law, regulation, and third party rights (including without limitation laws regarding the import or export of data or software, privacy, and local laws). You will not use the APIs to encourage or promote illegal activity or violation of third party rights.*
* *These Terms and Conditions are subject to change without notice, from time to time in our sole discretion.* * *These Terms and Conditions are subject to change without notice, from time to time in our sole discretion.*
version: v1.0.0 version: v1.0.0
termsOfService: https://www.amiiboapi.com/docs/#termscondition termsOfService: https://www.amiiboapi.org/docs/#termscondition
contact: contact:
name: FAQ name: FAQ
url: https://www.amiiboapi.com/faq/ url: https://www.amiiboapi.org/faq/
license: license:
name: MIT license name: MIT license
identifier: MIT identifier: MIT
externalDocs: externalDocs:
url: https://www.amiiboapi.com/docs url: https://www.amiiboapi.org/docs
description: Amiibo API documentation description: Amiibo API documentation
servers: servers:
- url: https://www.amiiboapi.com/api - url: https://www.amiiboapi.org/api
description: Live service description: Live service
tags: tags:
- name: Amiibo - name: Amiibo
@@ -63,7 +63,7 @@ paths:
description: | description: |
Get a list of all the Amiibo items available in the database. Get a list of all the Amiibo items available in the database.
Please refer to [the documentation of the endpoint](https://www.amiiboapi.com/docs/#amiibo) for further information. Please refer to [the documentation of the endpoint](https://www.amiiboapi.org/docs/#amiibo) for further information.
operationId: getAmiibos operationId: getAmiibos
tags: tags:
- Amiibo - Amiibo
@@ -100,7 +100,7 @@ paths:
description: | description: |
Get a list of all the Amiibo series available in the database. Get a list of all the Amiibo series available in the database.
Please refer to [the documentation of the endpoint](https://www.amiiboapi.com/docs/#series) for further information. Please refer to [the documentation of the endpoint](https://www.amiiboapi.org/docs/#series) for further information.
operationId: getAmiiboSeries operationId: getAmiiboSeries
parameters: parameters:
- $ref: '#/components/parameters/Key' - $ref: '#/components/parameters/Key'
@@ -128,7 +128,7 @@ paths:
description: | description: |
Get a list of all the game characters available in the database. Get a list of all the game characters available in the database.
Please refer to [the documentation of the endpoint](https://www.amiiboapi.com/docs/#character) for further information. Please refer to [the documentation of the endpoint](https://www.amiiboapi.org/docs/#character) for further information.
operationId: getGameCharacters operationId: getGameCharacters
parameters: parameters:
- $ref: '#/components/parameters/Key' - $ref: '#/components/parameters/Key'
@@ -156,7 +156,7 @@ paths:
description: | description: |
Gets a list of all the Game series available in the database. Gets a list of all the Game series available in the database.
Please refer to [the documentation of the endpoint](https://www.amiiboapi.com/docs/#gameSeries) for further information. Please refer to [the documentation of the endpoint](https://www.amiiboapi.org/docs/#gameSeries) for further information.
operationId: getGameSeries operationId: getGameSeries
parameters: parameters:
- $ref: '#/components/parameters/Key' - $ref: '#/components/parameters/Key'
@@ -184,7 +184,7 @@ paths:
description: | description: |
Gets a list of all the amiibo types available in the database. Gets a list of all the amiibo types available in the database.
Please refer to [the documentation of the endpoint](https://www.amiiboapi.com/docs/#type) for further information. Please refer to [the documentation of the endpoint](https://www.amiiboapi.org/docs/#type) for further information.
operationId: getAmiiboTypes operationId: getAmiiboTypes
parameters: parameters:
- $ref: '#/components/parameters/Key' - $ref: '#/components/parameters/Key'
@@ -212,7 +212,7 @@ paths:
description: | description: |
Gets an ISO-formatted date+time when the Amiibo data was last updated. Gets an ISO-formatted date+time when the Amiibo data was last updated.
Please refer to [the documentation of the endpoint](https://www.amiiboapi.com/docs/#lastUpdated) for further information. Please refer to [the documentation of the endpoint](https://www.amiiboapi.org/docs/#lastUpdated) for further information.
operationId: getLastUpdated operationId: getLastUpdated
responses: responses:
'200': '200':
File diff suppressed because one or more lines are too long