Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove documentation for 1.6.0-specific methods (pre-release) #746

Merged
merged 1 commit into from
Jun 13, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 1 addition & 28 deletions docs/reference/services/account-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,31 +233,4 @@ Most commonly, this method is used on a protected profile received from the [Sig
=== "Ruby"
```ruby
account_profile = account_service.unprotect(protected_profile, '1234')
```

---

## Authorize Webhook

Authorizes the ecosystem provider to receive webhooks pertaining to this wallet.

{{ proto_sample_start() }}
=== "Trinsic CLI"
> Sample coming soon

=== "TypeScript"
> Sample coming soon

=== "C#"
> Sample coming soon

=== "Python"
> Sample coming soon

=== "Go"
> Sample coming soon

=== "Java"
> Sample coming soon

{{ proto_method_tabs("services.account.v1.Account.AuthorizeWebhook") }}
```
116 changes: 0 additions & 116 deletions docs/reference/services/provider-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,122 +58,6 @@ Creates a new ecosystem, along with a root controlling account.

{{ proto_method_tabs("services.provider.v1.Provider.CreateEcosystem") }}

---

## Update Ecosystem

Updates an ecosystem's `description` or `uri`.

{{proto_sample_start()}}
=== "Trinsic CLI"
> Sample coming soon

=== "TypeScript"
> Sample coming soon

=== "C#"
> Sample coming soon

=== "Python"
> Sample coming soon

=== "Go"
> Sample coming soon

=== "Java"
> Sample coming soon

{{ proto_method_tabs("services.provider.v1.Provider.UpdateEcosystem") }}

---

## Get Ecosystem Info

Fetches information about an ecosystem.

{{ proto_sample_start() }}
=== "Trinsic CLI"
> Sample coming soon

=== "TypeScript"
> Sample coming soon

=== "C#"
> Sample coming soon

=== "Python"
> Sample coming soon

=== "Go"
> Sample coming soon

=== "Java"
> Sample coming soon

{{ proto_method_tabs("services.provider.v1.Provider.EcosystemInfo") }}

---

## Add Webhook

Adds a webhook to an ecosystem.

{{ proto_sample_start() }}
=== "Trinsic CLI"
> Sample coming soon

=== "TypeScript"
> Sample coming soon

=== "C#"
> Sample coming soon

=== "Python"
> Sample coming soon

=== "Go"
> Sample coming soon

=== "Java"
> Sample coming soon

{{ proto_method_tabs("services.provider.v1.Provider.AddWebhook") }}

!!! warning "Webhook Limits"
At present, an ecosystem can have no more than 10 webhooks.

!!! tip "Wallet Webhook Events"
In order to receive webhooks for events which occur on a wallet, an additional authorization step must be performed.

See [AuthorizeWebhook](/reference/services/account-service#authorize-webhook) for more info.

---

## Delete Webhook

Deletes a webhook from an ecosystem.

{{ proto_sample_start() }}
=== "Trinsic CLI"
> Sample coming soon

=== "TypeScript"
> Sample coming soon

=== "C#"
> Sample coming soon

=== "Python"
> Sample coming soon

=== "Go"
> Sample coming soon

=== "Java"
> Sample coming soon

{{ proto_method_tabs("services.provider.v1.Provider.DeleteWebhook") }}

<!--
// This call is not yet implemented
## List Ecosystems
Expand Down