This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -s https://doaj.org/api/v1/search/articles/kafka%20queue\?sort\=created_date:desc | jq '.results[].bibjson.link[].url' -r |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |