cli-public-apis
This a not oficial library the public-api.org this a packaging the all apis in the readme it its github.
API Reference
How to use
searchapi euro
//+5 items
searchapi euro --onlyHttp
//[
{
api: 'Europeana(https://pro.europeana.eu/resources/apis/search)',
description: 'European Museum and Galleries content',
auth: '`apiKey`',
https: 'Yes',
cors: 'Unknown'
}
]
searchapi euro --onlyCors
//[
{
api: 'Europeana(https://pro.europeana.eu/resources/apis/search)',
description: 'European Museum and Galleries content',
auth: '`apiKey`',
https: 'Yes',
cors: 'Unknown'
}
]
searchapi euro --onlyAuth
//[
{
api: 'Europeana(https://pro.europeana.eu/resources/apis/search)',
description: 'European Museum and Galleries content',
auth: '`apiKey`',
https: 'Yes',
cors: 'Unknown'
}
]
Parameter | Type | Description |
---|---|---|
--onlyHttp |
string |
Search only https urls |
--onlyCors |
string |
Search only cors activated |
--onlyAuth |
string |
Search only only auth |