cli-public-apis
v1.0.1
Published
Search all apis the public-api (not offcial)
Downloads
4
Maintainers
Readme
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 |