Skip to content

Add table, field, file, and temp-token API calls - #1

Merged
mattijevi merged 2 commits into
mainfrom
add-schema-file-auth-api
Jul 11, 2026
Merged

Add table, field, file, and temp-token API calls#1
mattijevi merged 2 commits into
mainfrom
add-schema-file-auth-api

Conversation

@mattijevi

Copy link
Copy Markdown
Owner

Summary

  • get_table/3 — table metadata
  • create_field/3 — create field on a table
  • download_file/5 — fetch a file attachment
  • get_temp_token/2 — temp auth token for browser-embedded use
  • Bang variants + tests for each

Test plan

  • mix test (15 passed)
  • mix format --check-formatted
  • mix credo --strict

… calls

Covers common Quickbase API gaps: get_table, create_field, download_file,
and get_temp_token, each with bang variants and tests.
download_file returns binary body, not map/list — narrowed its @SPEC
so dialyzer stops inferring a conflicting return type for the bang
variant. Also documents how to log requests via Req.Request steps.
@mattijevi
mattijevi merged commit a658d69 into main Jul 11, 2026
3 checks passed
@mattijevi
mattijevi deleted the add-schema-file-auth-api branch July 11, 2026 01:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant