Skip to content

Instantly share code, notes, and snippets.

curl -s https://doaj.org/api/v1/search/articles/kafka%20queue\?sort\=created_date:desc | jq '.results[].bibjson.link[].url' -r
User
/api/users POST - params: firstName: String, lastName: String, email: String - Creates a new user and returns the user object
/api/users/{email or id}/ GET - Returns a user object matching the email or id (MUST INCLUDE THE TRAILING SLASH)
==============
Friendship