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

feat: use fetch #3

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

williamhorning
Copy link

@williamhorning williamhorning commented Jul 9, 2023

This PR moves oapi over to fetch, allowing it to be run on Deno without the need for npm compatibility. I've tested these changed with revolt-api and they seem to work but this is a breaking change.

closes #2

@williamhorning williamhorning marked this pull request as ready for review July 9, 2023 21:32
@williamhorning
Copy link
Author

@insertish could you take a look at this when you get the chance?

method: "get";
parts: 3;
path: `/sus/${string}/conflicting`;

Choose a reason for hiding this comment

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

sussy

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.

refactor: switch from axios to fetch API
2 participants