Thenounproject
Connector for the thenounproject API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
http://api.thenounproject.com - Auth:
bearer(pass your key via theapiKeyinput)
Operations
getcollectionbyid— GET /collection/{id} — Get collection by idgetcollectioniconsbyid— GET /collection/{id}/icons — Get collection icons by idgetcollectionbyslug— GET /collection/{slug} — Get collection by sluggetcollectioniconsbyslug— GET /collection/{slug}/icons — Get collection icons by sluggetallcollections— GET /collections — Get all collectionsgeticonbyid— GET /icon/{id} — Get icon by id
Inputs
apiKey— your thenounproject API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: getcollectionbyid
apiKey: <your key>