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

Updated API docs, removed dated comments #91

Merged
merged 2 commits into from
May 20, 2023

Conversation

TheOtherBrian1
Copy link
Contributor

What kind of change does this PR introduce?

Docs Update

What is the current behavior?

The API documentation does not include net.http_delete. Also each request function signature still contains a warning against the usage of timeout parameters, even though the bug that necessitated the warning had been resolved.

Please link any relevant issues here.

What is the new behavior?

  • I removed the timeout warning comments from the request functions.
  • I added the net.http_delete function to the API documentation

Additional context

Add any other context or screenshots.

The delete, post, and get function signatures included warnings about the ignored timeout argument. However, the extension's timeout feature has already been fixed. It is no longer necessary to retain these warnings.
…PI docs

Added net.http_delete function to the API docs and removed comments about ignored timeout parameters in request functions, as the issue has been resolved.
Copy link
Member

@steve-chavez steve-chavez left a comment

Choose a reason for hiding this comment

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

Thanks! Sorry for the late merge. The tests that use httpbin are being flaky.

@steve-chavez steve-chavez merged commit 4aac72c into supabase:master May 20, 2023
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