frontapp icon indicating copy to clipboard operation
frontapp copied to clipboard

Ruby client to work with Frontapp API

Results 7 frontapp issues
Sort by recently updated
recently updated
newest added

I know this is probably a product of the API as 502 probably means something flapping at the ingress but regardless the library spits out a weird exception as there...

This fixes a deprecation warning in Ruby 2.7 and NoMethodError in Ruby 3. URI.encode has been deprecated/removed in Ruby versions >= 2.7 and needs to be replaced with one of...

This PR adds support for the `conversations/search/{query}` endpoint as documented at https://dev.frontapp.com/reference/search-conversations There's nothing wild here, the only caveat is that the search query needs to be URI encoded. This...

I was running into a gateway timeout, apparently on corrupted data. I added this error so I could more easily detect this problem and skip that batch rather than retry,...

Hi, we've been using this project for some time and it has served us well. Thank you for creating it! Background: I'm trying to convert this gem's HTTP stack to...

When using the `download_attachment` method for an image, the response body does not contain the image content. When I drop down and use HTTP directly, the `response.ready_body` invocation returns the...

Hi there, In your documentation, you state that with ``` client.add_conversation_links!("cnv_55c8c149", { link_links: ["https://example.com"] }) ``` one can add URLs to a conversation. Now, this works great, but what I...