Commit Graph
63 Commits
Author SHA1 Message Date
Stevan Freeborn 3bfaf17bf3 feat: update package dependencies and refactor Python SDK examples for consistency
- Bump versions of eslint-plugin-prettier, jest, jest-environment-jsdom, and prettier in package.json.
- Refactor Python SDK examples to use consistent naming conventions (snake_case) for method and parameter names.
- Update example responses to reflect changes in the SDK, including status code and data field names.
- Ensure all Python imports are updated to use the correct module naming.
2026-06-26 16:51:54 -05:00
Stevan Freeborn 3c569db660 feat: add Go SDK support and examples to documentation 2026-03-26 22:09:26 -05:00
Stevan Freeborn 7ad0b30f34 feat: add Rust code examples and support for Rust syntax highlighting
- Added Rust syntax highlighting to the Fence component.
- Updated Markdoc functions to clone React elements with unique keys for copy and example sections.
- Included Rust code examples for various API endpoints in documentation:
  - `get_app_by_id`
  - `get_apps`
  - `get_apps_by_ids`
  - `connectivity`
  - `get_field_by_id`
  - `get_fields_by_app`
  - `get_fields_by_ids`
  - `add_file`
  - `delete_file_by_id`
  - `get_file_by_id`
  - `get_file_info_by_id`
  - `delete_list_value_by_id`
  - `save_list_value`
  - `delete_record_by_id`
  - `delete_records_by_ids`
  - `get_record_by_id`
  - `get_records_by_app`
  - `get_records_by_ids`
  - `get_records_by_query`
  - `save_record`
  - `get_report_by_id`
  - `get_reports_by_app`
2026-03-26 21:53:02 -05:00
Stevan Freeborn 440f63910e docs: correct typo 2023-04-26 11:10:19 -05:00
Stevan Freeborn ae6abffcc2 docs: add add record section to version 1 2023-04-24 19:27:40 -05:00
StevanFreeborn 08c58ba719 docs: add get records by app section to version 1 2023-04-24 15:38:13 -05:00
StevanFreeborn 4cfd6fd792 docs: add field value section for version 1 2023-04-24 14:02:22 -05:00
StevanFreeborn fa20049522 docs: add separate data format sections for report and record in both versions 2023-04-24 13:34:27 -05:00
Stevan Freeborn d37bafd89d docs: remove link from section 2023-04-24 07:25:10 -05:00
Stevan Freeborn 938dd877e6 docs: add separate sections for report and record data format 2023-04-24 07:23:42 -05:00
Stevan Freeborn 50c0e81cf3 docs: correct typo in files copy version 2 2023-04-23 18:02:48 -05:00
Stevan Freeborn f7611e58e2 docs: add list field section to version 1 2023-04-23 17:46:56 -05:00
Stevan Freeborn cd46fc5416 docs: begin working on fields section 2023-04-22 20:31:31 -05:00
Stevan Freeborn 18240bad41 docs: add delete file by id section 2023-04-19 22:30:14 -05:00
Stevan Freeborn e79378e955 docs: update add file section 2023-04-19 22:12:06 -05:00
Stevan Freeborn b376c73e8f docs: fix add file section 2023-04-19 22:09:50 -05:00
Stevan Freeborn fec55beebe docs: update add file section 2023-04-19 22:09:04 -05:00
Stevan Freeborn e6b8b854b4 docs: add section for add file 2023-04-19 22:08:04 -05:00
Stevan Freeborn 5d3c08a99f docs: add sections for getting file info and file by id 2023-04-19 21:02:43 -05:00
Stevan Freeborn d0e3855600 docs: add language examples for deleting list value 2023-04-18 21:18:33 -05:00
Stevan Freeborn ecc5716e7b docs: update python ad list value example 2023-04-18 21:12:46 -05:00
Stevan Freeborn f46efcc4fb docs: add examples to add list value 2023-04-18 21:11:42 -05:00
Stevan Freeborn ef67963c62 docs: add property tables to save list value 2023-04-18 20:47:29 -05:00
Stevan Freeborn 14e52a01a0 docs: stub out files section 2023-04-17 23:17:45 -05:00
Stevan Freeborn 07b7aff742 docs: add list values resource section 2023-04-17 23:00:51 -05:00
Stevan Freeborn dfac4e90ad docs: added section for get fields by ids section 2023-04-17 22:35:36 -05:00
Stevan Freeborn 82582d5c29 docs: update csharp example for get fields by app 2023-04-17 22:21:09 -05:00
Stevan Freeborn c1d20205db docs: add get field by id section 2023-04-17 22:19:28 -05:00
Stevan Freeborn 21f75036b3 docs: add get fields by app section 2023-04-17 22:07:08 -05:00
Stevan Freeborn 248074e3ae feat: add scroll bar styling to sidebar and main sections 2023-04-17 21:54:11 -05:00
Stevan Freeborn 501634e246 docs: added info for sub field types 2023-04-17 21:36:48 -05:00
Stevan Freeborn 0956becaba docs: add sub field types to doc structure 2023-04-17 17:19:13 -05:00
Stevan Freeborn bb7eb94850 docs: stub out sub field sections 2023-04-17 17:16:54 -05:00
Stevan Freeborn 5dbd6da508 docs: add a fields section 2023-04-17 17:04:39 -05:00
Stevan Freeborn 0cd52d23b7 docs: add get report by id 2023-04-17 16:35:56 -05:00
Stevan Freeborn a79fdb2e3d docs: add response to get reports by app example 2023-04-17 16:25:23 -05:00
Stevan Freeborn 041a7a00dd docs: add get reports by app section 2023-04-17 16:08:29 -05:00
Stevan Freeborn df490c4124 docs: add report object sections 2023-04-17 13:57:08 -05:00
Stevan Freeborn a880b219e0 docs: add get apps by ids section 2023-04-17 08:49:43 -05:00
Stevan Freeborn 14b54bd826 docs: add get app by id section 2023-04-17 08:33:31 -05:00
Stevan Freeborn 1e454015cc docs: update get apps endpoint 2023-04-16 22:01:53 -05:00
Stevan Freeborn 587777e776 docs: add get apps section 2023-04-16 21:59:23 -05:00
Stevan Freeborn 0ba9107f21 docs: add connectivity section 2023-04-15 22:37:36 -05:00
Stevan Freeborn f9abe75773 docs: typo fix 2023-04-15 22:21:49 -05:00
Stevan Freeborn ace05c8df7 docs: add delete records by ids section 2023-04-15 22:18:42 -05:00
Stevan Freeborn aeed070d89 docs: add delete record by id section 2023-04-15 21:48:13 -05:00
Stevan Freeborn 3418306f6a docs: add remaining sections for records 2023-04-14 22:43:55 -05:00
Stevan Freeborn 69ef5bc3c3 docs: add section for get records by query 2023-04-14 22:35:40 -05:00
Stevan Freeborn e168c5b34c feat: extend code snippet to support method 2023-04-14 21:45:41 -05:00
Stevan Freeborn c3f65626be docs: add get records by ids section 2023-04-14 21:28:36 -05:00