This will return a data.frame of recently created APIs

get_recently_created_api(N = 20)

Arguments

N

Number of APIs to return

Value

Get data.frame of N most recently created API sorted by date of creation

Examples

recently_created_api<-get_recently_updated_api()