-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Five new APIs to facilitate docbot Development #17
Conversation
…ET/POST, and DocbotRecords GET/POST
appwrite.json
Outdated
"$id": "", | ||
"name": "GET /point/v1", | ||
"runtime": "node-16.0", | ||
"path": "functions/internal/Point/GET/v1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Move from internal to public
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Move to public
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Move to public
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Move to public
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Move to public
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Move to public
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Move to public
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Move to public
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Move GET to public
Fixed a bug that was preventing POST content from being read in the bridge. Testing done: ran the bridge locally via Docker, using env variables to point to prod appwrite. Tested both new POSTs, and a GET to make sure that didn't break |
Document GET, Point GET/POST, and DocbotRecords GET/POST
Testing done: new Appwrite functions were set up in staging, and I was able to hit each one with curl. Confirmed that new Points/DocbotRecords are in the staging DB
OpenAPI docs aren't working right yet but I still added yaml files for the new APIs