Skip to content

Commit

Permalink
Fix airnode-examples integration title (#1680)
Browse files Browse the repository at this point in the history
Also reorders integrations alphabetically
  • Loading branch information
dcroote authored Mar 18, 2023
1 parent e827283 commit a75741b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/cyan-forks-vanish.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@api3/airnode-examples': patch
---

Fix airnode-examples integration title
6 changes: 3 additions & 3 deletions packages/airnode-examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ reserved parameters. The following list orders integrations alphabetically:
unauthenticated cryptocurrency price request.
- [coingecko-cross-chain-authorizer](https://github.com/api3dao/airnode/blob/master/packages/airnode-examples/integrations/coingecko) -
demonstration of a cross-chain [authorizer](https://docs.api3.org/airnode/latest/concepts/authorizers.html).
- [coingecko-http-gateways](https://github.com/api3dao/airnode/tree/master/packages/airnode-examples/integrations/coingecko-http-gateways) -
demonstration of the
[HTTP gateway and HTTP signed data gateway](https://docs.api3.org/airnode/latest/grp-providers/guides/build-an-airnode/http-gateways.html).
- [coingecko-post-processing](https://github.com/api3dao/airnode/tree/master/packages/airnode-examples/integrations/coingecko-post-processing) -
demonstration of the [post-processing](https://docs.api3.org/ois/latest/processing.html) feature.
- [coingecko-pre-processing](https://github.com/api3dao/airnode/tree/master/packages/airnode-examples/integrations/coingecko-pre-processing) -
demonstration of the [pre-processing](https://docs.api3.org/ois/latest/processing.html) feature.
- [coingecko-http-gateways](https://github.com/api3dao/airnode/tree/master/packages/airnode-examples/integrations/coingecko-http-gateways) -
demonstration of the
[HTTP gateway and HTTP signed data gateway](https://docs.api3.org/airnode/latest/grp-providers/guides/build-an-airnode/http-gateways.html).
- [coingecko-template](https://github.com/api3dao/airnode/tree/master/packages/airnode-examples/integrations/coingecko-template) -
demonstration of [template](https://docs.api3.org/airnode/latest/grp-developers/using-templates.html) requests.
- [failing-example](https://github.com/api3dao/airnode/tree/master/packages/airnode-examples/integrations/failing-example) -
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Coingecko-signed-data example integration
# Coingecko HTTP gateways example integration

This example contains the same API integration as `../coingecko`.

Expand Down

0 comments on commit a75741b

Please sign in to comment.