# Feature Table

A \* next to a "Yes" means the feature is only available in an unreleased build, either in beta or on GitHub only depending on the language.

Anything extra or clarification is added in parenthesis.

| Feature                | <p>memerator-sdk-java</p><p>(Java)</p> | <p>memerator-sdk-ruby</p><p>(Ruby)</p> | <p>memerator-sdk-cs</p><p>(C#)</p> |
| ---------------------- | -------------------------------------- | -------------------------------------- | ---------------------------------- |
| Get Meme               | Yes                                    | Yes                                    | Yes\*                              |
| Get Meme Comments      | Yes                                    | Yes\*                                  | Yes\*                              |
| Set Meme Caption       | Yes                                    | Yes                                    | No                                 |
| Enable Meme            | Yes                                    | Yes                                    | Yes\*                              |
| Disable Meme           | Yes                                    | Yes                                    | Yes\*                              |
| Rate Meme              | Yes                                    | Yes                                    | No                                 |
| Get Meme Ratings       | Yes                                    | No                                     | No                                 |
| Get Own Meme Rating    | No                                     | No                                     | No                                 |
| Get Random Meme        | Yes                                    | Yes                                    | Yes\*                              |
| Get Recent Memes       | Yes                                    | Yes\*                                  | Yes\*                              |
| Get Top Memes          | Yes                                    | No                                     | No                                 |
| Get User Memes         | Yes                                    | Yes                                    | No                                 |
| View Integrations      | Yes                                    | No                                     | No                                 |
| Get Notifications      | Yes                                    | Yes                                    | Yes\*                              |
| Get Notification Count | Yes                                    | No                                     | Yes\*                              |
| Delete Notification    | Yes                                    | No                                     | Yes\*                              |
| Get Profiles           | Yes                                    | Yes                                    | Yes\*                              |
| Get Profile's Memes    | Yes                                    | Yes\* (self only)                      | No                                 |
| Update Profile         | Yes                                    | Yes                                    | Yes\*                              |
| View Reports           | Yes                                    | Yes                                    | Yes\*                              |
| View Stats             | Yes                                    | Yes                                    | No                                 |
| Submit Meme            | Yes                                    | No                                     | No                                 |
| View Top Memers        | Yes                                    | No (outdated)                          | No                                 |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.memerator.me/libraries/feature-table.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
