Skip to content
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

Merged
merged 3 commits into from
Sep 7, 2024

Conversation

radkoff
Copy link
Collaborator

@radkoff radkoff commented Dec 30, 2023

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

@JustinBack JustinBack self-requested a review February 20, 2024 22:22
appwrite.json Outdated
"$id": "",
"name": "GET /point/v1",
"runtime": "node-16.0",
"path": "functions/internal/Point/GET/v1",
Copy link
Member

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

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move to public

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move to public

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move to public

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move to public

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move to public

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move to public

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move to public

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move GET to public

@radkoff
Copy link
Collaborator Author

radkoff commented Aug 26, 2024

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

@radkoff radkoff merged commit 3b0e6e4 into tosdr:master Sep 7, 2024
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants