Commit Graph
88 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 7cb9cf24f7 feat: add observer to page component 2023-04-27 07:54:36 -05:00
Stevan Freeborn 440f63910e docs: correct typo 2023-04-26 11:10:19 -05:00
Stevan Freeborn 573ffe00de docs: remove note on dates section 2023-04-26 07:57:22 -05:00
Stevan Freeborn 10ab2d3d17 feat: add official docs link 2023-04-25 16:56:06 -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 46d0db60c9 docs: add record id section 2023-04-22 15:47:33 -05:00
Stevan Freeborn 895df5e23f docs: add date section to version 1 2023-04-22 15:38:44 -05:00
Stevan Freeborn 89de8db25e feat: add client sdk component 2023-04-21 17:45:53 -05:00
Stevan Freeborn 70fc603eb8 docs: correct typo 2023-04-21 16:04:22 -05:00
Stevan Freeborn 35967cc04e docs: add examples for relationship section 2023-04-21 15:57:20 -05:00
Stevan Freeborn e309ff6911 docs: add link in intro section 2023-04-21 11:03:27 -05:00
Stevan Freeborn a788a63ede docs: add section on relationships 2023-04-21 11:02:07 -05:00
Stevan Freeborn 96e456069b docs: add additional sections 2023-04-21 09:37:43 -05:00
Stevan Freeborn 149a2385f6 docs: update introduction section 2023-04-19 23:11:34 -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 fb8499a659 docs: add file sections to doc structure 2023-04-17 23:20:04 -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