{ "opencollection": "1.0.0", "info": { "name": "TechRepublic WordPress REST Authors API", "version": "2.0.0" }, "items": [ { "info": { "name": "Authors", "type": "folder" }, "items": [ { "info": { "name": "List Authors", "type": "http" }, "http": { "method": "GET", "url": "https://www.techrepublic.com/wp-json/wp/v2/users", "params": [ { "name": "page", "value": "", "type": "query", "description": "Current page of the collection." }, { "name": "per_page", "value": "", "type": "query", "description": "Maximum number of items to be returned in result set." }, { "name": "search", "value": "", "type": "query", "description": "Limit results to those matching a string." } ] }, "docs": "Retrieve a collection of authors who have published on TechRepublic." }, { "info": { "name": "Get Author", "type": "http" }, "http": { "method": "GET", "url": "https://www.techrepublic.com/wp-json/wp/v2/users/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier for the author." } ] }, "docs": "Retrieve a specific author profile by ID." } ] } ], "bundled": true }