M M Arif

Results 8 comments of M M Arif

This maybe? https://github.com/RocketChat/Rocket.Chat.Android/blob/develop/README.md

Maybe I get it wrong, I thought you want to build the app based on the SDK. I guess you mean, documentation to add/use features to the SDK?. Maybe @rafaelks...

For those who may still face issues building either from `master` or `stable-3.7` on wards can apply these steps to get a working app. Let's start from the beginning. Until...

Hi @lunny, I guess you are referring to the code implementation that needs to be done. A `date` object can be added from the `lastCommit.Author.When` to the json output.

Hi @coliu-akamai, thanks. That worked by using the `x-filter` in the header. I think the API documentation needs more clarity on its content and possibilities.

Not directly related to invoices, but still related to filters. I was checking the Events endpoint and found that there is a `read` object, which can also be filtered. https://techdocs.akamai.com/linode-api/reference/get-events...

@coliu-akamai the following is the request with the auth and x-filter headers. `https://api.linode.com/v4/account/events?page=1&page_size=100` Filter header `x-filter: {"+or":[{"read":"true"}],"+order":"desc","+order_by":"date"}` I am trying to sort the events by the **read** status here.

@coliu-akamai Thank you so much for the heads-up on this. Everything else seems to be fine, but I believe there is some room for improvement. For example, it’s not mentioned...