mayvenstudios / flow-php-sdk

PHP SDK for the Flow blockchain
Apache License 2.0
9 stars 8 forks source link

HTTP API #5

Open sideninja opened 2 years ago

sideninja commented 2 years ago

Our new access nodes will support HTTP API in addition to the gRPC API. We believe it would be beneficial if all SDKs will support the HTTP API as well. This is a feature request for supporting the new API.

The Open API specification can be found here: https://github.com/onflow/flow/tree/master/openapi And the documentation can be found: https://docs.onflow.org/http-api/

The new HTTP API is available on testnet (https://rest-testnet.onflow.org/v1/) and mainnet (https://rest-mainnet.onflow.org/v1/).

luca-mayven commented 11 months ago

Thanks @sideninja ! I removed the GRPC part now and when I will have some time will try to implement the HTTP API instead of the Flow-CLI wrapper that we currently use.

Thanks