Example API based on FastAPI.
- Python 3
- Docker
- Kubernetes (optional)
- Postman (optional)
docker run --name api-example -p 8080:8080 testthedocs/planet-api
Open your browser on http://localhost:8080 to see the welcome message.
Assuming that the container is running, visit one of the URLs below to browse the docs.
Use kubectl
to deploy the API to a Kubernetes cluster.
kubectl apply -f api.yaml
You can use Postman for sending API requests.