mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-24 01:22:23 +08:00
655 B
655 B
API Examples (Local Test Harness)
Run all API example suites against a local Langflow server:
make api_examples_local
Run one test suite:
make api_examples_local suites=python
make api_examples_local suites=javascript
make api_examples_local suites=curl
The following examples are not executed in this harness:
api-build/build-flow-and-stream-events-2.pyapi-build/build-flow-and-stream-events-3.pyapi-flows-run/stream-llm-token-responses.pyapi-openai-responses/example-streaming-request.pyapi-logs/stream-logs.pyapi-logs/retrieve-logs-with-optional-parameters.pyapi-users/reset-password.py