Galih Muhammad
Rubyist

Rubyist

Follow
Follow
homebadges
Tag

APIs

#apis

More content

Read more stories on Hashnode


Articles with this tag

Developing an API client in Ruby

Apr 14, 20188 min read

Connecting to a public API is always exhilarating for me. The idea of quickly having a feature or functionality built into your application by...

Developing an API client in Ruby

Building plain Rails 5 API (Part 1)

Feb 4, 201811 min read

Almost 95% of apps written in ruby today, as of 2017, are built using rails as the framework. It is not surprising, as Rails helped propel ruby into...

Building plain Rails 5 API (Part 1)

Using Webmock For Robust HTTP Request Testing In Ruby

Jan 31, 20185 min read

Ever integrated your app with third party APIs? You know, like sending request to Google Cloud storage or connecting to a Trello board? To ensure that...

Using Webmock For Robust HTTP Request Testing In Ruby