Skip to content
This repository has been archived by the owner on Jun 14, 2021. It is now read-only.

URL patterns #9

Open
MBalazs90 opened this issue Apr 3, 2018 · 1 comment
Open

URL patterns #9

MBalazs90 opened this issue Apr 3, 2018 · 1 comment

Comments

@MBalazs90
Copy link

How can I use this api? Can you show me an URL pattern what can I use for query information?

@vincentsarago
Copy link
Member

Hi @MBalazs90
as specified here

application/json: '{ "path" : "$input.params(''path'')", "row" : "$input.params(''row'')", "full" : "$input.params(''full'')" }'

request must be in the form of
<your-api-gateway-endpoint>/landsat?path=000&row=000& full=true

FYI, this library is not actively maintained and has been replaced by https://github.com/RemotePixel/aws-sat-api-py (no direct serverless implementation)

hope it helps.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

2 participants