Skip to content

Commit

Permalink
Minor updates for layout
Browse files Browse the repository at this point in the history
  • Loading branch information
turbo124 committed Nov 17, 2024
1 parent f1238e0 commit ea1301d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
13 changes: 11 additions & 2 deletions api-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22469,7 +22469,16 @@ tags:
Endpoint definitions for interacting with reports.

externalDocs:
description: "https://invoiceninja.github.io"
url: "https://invoiceninja.github.io"
description: "Client Libraries"
x-libraries:
- name: PHP SDK
description: Official PHP client library
url: https://github.com/invoiceninja/sdk-php
packageUrl: https://packagist.org/packages/invoiceninja/sdk-php
language: PHP
- name: User Guide
description: Official user guide
url: https://invoiceninja.github.io

security:
- ApiKeyAuth: []
7 changes: 6 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,12 @@
var configuration = {
theme: 'kepler',
hideTestRequestButton: true,
hiddenClients: [],
// hiddenClients: true,
hiddenClients: { php: false, python: true, c: true, node: true, javascript: true, go: true, java: true, ruby: true, shell: false, clojure: true, csharp: true, kotlin: true, objc: true, swift: true, r: true, powershell: true, ocaml: true, curl: false, http: true },
defaultHttpClient: {
targetKey: 'php',
clientKey: 'guzzle',
},
defaultOpenAllTags: true
}

Expand Down

0 comments on commit ea1301d

Please sign in to comment.