-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
github-actions
committed
Apr 5, 2023
1 parent
e77d849
commit 897c6e6
Showing
674 changed files
with
3,080 additions
and
1,117 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# Fastly.DomainOwnershipsApi | ||
|
||
```javascript | ||
const apiInstance = new Fastly.DomainOwnershipsApi(); | ||
``` | ||
## Methods | ||
|
||
Method | Fastly API endpoint | Description | ||
------------- | ------------- | ------------- | ||
[**listDomainOwnerships**](DomainOwnershipsApi.md#listDomainOwnerships) | **GET** /domain-ownerships | List domain-ownerships | ||
|
||
|
||
## `listDomainOwnerships` | ||
|
||
```javascript | ||
listDomainOwnerships() | ||
``` | ||
|
||
List all domain-ownerships. | ||
|
||
### Example | ||
|
||
```javascript | ||
apiInstance.listDomainOwnerships() | ||
.then((data) => { | ||
console.log(data, "API called successfully."); | ||
}) | ||
.catch((error) => { | ||
console.error(error); | ||
}); | ||
``` | ||
|
||
### Options | ||
|
||
This endpoint does not need any parameters. | ||
|
||
### Return type | ||
|
||
[**InlineResponse2002**](InlineResponse2002.md) | ||
|
||
|
||
[[Back to top]](#) [[Back to API list]](../../README.md#endpoints) | ||
[[Back to README]](../../README.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Fastly.InlineResponse2003 | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**data** | [**[StoreResponse]**](StoreResponse.md) | | [optional] | ||
**meta** | [**InlineResponse2003Meta**](InlineResponse2003Meta.md) | | [optional] | ||
|
||
|
||
[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) |
2 changes: 1 addition & 1 deletion
2
docs/InlineResponse2002Meta.md → docs/InlineResponse2003Meta.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Fastly.InlineResponse2002Meta | ||
# Fastly.InlineResponse2003Meta | ||
|
||
## Properties | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Fastly.InlineResponse2004 | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**data** | **[String]** | | [optional] | ||
**meta** | [**InlineResponse2004Meta**](InlineResponse2004Meta.md) | | [optional] | ||
|
||
|
||
[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Fastly.InlineResponse2004Meta | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**next_cursor** | **String** | | [optional] | ||
**limit** | **Number** | | [optional] | ||
|
||
|
||
[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.