Ruby API GEM

Hello,

What is a customizable ruby gem for implementing an API(rest or non-rest)?

Thanks,
Cezar

Hi Cezar,

Are you trying to build an API wrapper for an existing API or create your own API from scratch?

···

On Jul 20, 2015, at 11:58 AM, Sîrbu Nicolae-Cezar <sirbunicolaecezar@gmail.com> wrote:

Hello,

What is a customizable ruby gem for implementing an API(rest or non-rest)?

Thanks,
Cezar

Hi Alec,

I want an API Wrapper for an existing API. I used ActiveResource but i want
a way of creating my models defining my CRUD methods regarding the API
calls.

Thanks,
Cezar

···

On Mon, Jul 20, 2015 at 7:03 PM, Alec Joy <alec.joy39@gmail.com> wrote:

Hi Cezar,

Are you trying to build an API wrapper for an existing API or create your
own API from scratch?

> On Jul 20, 2015, at 11:58 AM, Sîrbu Nicolae-Cezar < > sirbunicolaecezar@gmail.com> wrote:
>
> Hello,
>
> What is a customizable ruby gem for implementing an API(rest or
non-rest)?
>
> Thanks,
> Cezar

I like Unirest and putting the response into OpenStruct or Hashie

Thanks,
Tom

···

On Mon, Jul 20, 2015 at 12:22 PM Tim Kächele <mail@timkaechele.me> wrote:

Use httparty it has everything you can wish for.

Greetings

Tim
Am 20.07.2015 18:05 schrieb Sîrbu Nicolae-Cezar < > sirbunicolaecezar@gmail.com>:

On Mon, Jul 20, 2015 at 7:03 PM, Alec Joy <alec.joy39@gmail.com> wrote:

Hi Cezar,

Are you trying to build an API wrapper for an existing API or create your
own API from scratch?

> On Jul 20, 2015, at 11:58 AM, Sîrbu Nicolae-Cezar < > sirbunicolaecezar@gmail.com> wrote:
>
> Hello,
>
> What is a customizable ruby gem for implementing an API(rest or
non-rest)?
>
> Thanks,
> Cezar

Hi Alec,

I want an API Wrapper for an existing API. I used ActiveResource but i
want a way of creating my models defining my CRUD methods regarding the API
calls.

Thanks,
Cezar

Use httparty it has everything you can wish for.

Greetings

Tim

···

Am 20.07.2015 18:05 schrieb Sîrbu Nicolae-Cezar sirbunicolaecezar@gmail.com:

On Mon, Jul 20, 2015 at 7:03 PM, Alec Joy alec.joy39@gmail.com wrote:

Hi Cezar,

Are you trying to build an API wrapper for an existing API or create your own API from scratch?

On Jul 20, 2015, at 11:58 AM, Sîrbu Nicolae-Cezar sirbunicolaecezar@gmail.com wrote:

Hello,

What is a customizable ruby gem for implementing an API(rest or non-rest)?

Thanks,

Cezar

Hi Alec,

I want an API Wrapper for an existing API. I used ActiveResource but i want a way of creating my models defining my CRUD methods regarding the API calls.

Thanks,

Cezar