Replies: 1 comment
-
Looks like there was something similar merged in the langchain.js repo: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have tried everything I could think of to get apiChain to call a POST route, but everything I try still gets called as a GET. The spec looks like:
api_docs = """
API documentation:
Endpoint: http://localhost:3001
POST /api/parsetext
This API is for parsing text.
Request schema (JSON object):
textToParse | string | required
"""
Has anyone gotten a POST route to run through apiChain?
Beta Was this translation helpful? Give feedback.
All reactions