All Questions
1 question
0
votes
1
answer
47
views
Creating a better translation for a node.js api to ruby
My client has a nodejs SDK that fetches entries using a client that makes http requests. Their api looks like this:
var Query = Client.ContentType('blog').Query();
Query
.where("title", ...