1.0.1 • Published 1 year ago

cli-public-apis v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

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'
  }
]
ParameterTypeDescription
--onlyHttpstringSearch only https urls
--onlyCorsstringSearch only cors activated
--onlyAuthstringSearch only only auth
1.0.1

1 year ago

1.0.0

1 year ago