Skip to content

Conversation

Bharath1910
Copy link

Hello bd,
This commit has documentation for the implemented code.

README.md Outdated
```py
grepper = Grepper("your-grepper-api-key")
answer = grepper.fetch_answer("504956")
Copy link
Owner

Choose a reason for hiding this comment

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

the argument should be in integer

```py
grepper = Grepper("your-grepper-api-key")
result = grepper.update_answer(id="504956",answer="The new edited answer")
Copy link
Owner

Choose a reason for hiding this comment

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

the argument for id should be in integer

Copy link
Owner

@CantCode023 CantCode023 left a comment

Choose a reason for hiding this comment

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

This looks great!

@CantCode023 CantCode023 merged commit 0f0190a into CantCode023:mybranch Jun 21, 2024
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.

4 participants