anatoly-scherbakov / geopatterns-demo

A demo for `geopatterns` Python library built with AWS Lambda and Terraform, to demonstrate a minimalistic example of a serverless app on Python.
https://anatoly-scherbakov.github.io/geopatterns-demo/
MIT License
1 stars 1 forks source link

Implement `GET /methods/` API #7

Open anatoly-scherbakov opened 3 years ago

anatoly-scherbakov commented 3 years ago

Right now, the list of the methods geopatterns supports is hardcoded on the front end.

Create the API endpoint and return the list of those methods in the following format:

[{
  "name": "hexagons",
  "label": "Hexagons"
}, ...]
RomanZorkin commented 3 years ago

resolves #17 accidentally sent few issues in one pull request