Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]: Finish Data Preparations for Internal Entrata Packaged Data #26

Open
15 tasks
jimbrig opened this issue Sep 10, 2024 · 0 comments
Open
15 tasks
Assignees
Labels
feature New feature requests

Comments

@jimbrig
Copy link
Member

jimbrig commented Sep 10, 2024

Included with the package are various Entrata-specific prepared data frames and lists that aid in validation and referential lookups, etc. throughout the Entrata logic of the Package.

  • entrata_endpoints: Vector of available endpoints
  • entrata_endpoint_methods: Named, nested list containing endpoints and their available methods
  • important_entrata_endpoint_methods: Filtered to only include "important" (used) endpoints
  • entrata_endpoint_method_parameters: Named, nested list containing endpoints, methods, and the method parameters metadata (type, required, multiple, description)

from these lists, the following tables are generated:

  • entrata_endpoint_method_parameters_tbl:
  • entata_endpoint_methods_tbl:

/report endpoint specific metadata:

  • entrata_report_names:
  • entrata_report_info:
  • entrata_report_versions:
  • entrata_report_filter_parameters:
  • entrata_report_default_filter_parameters:

/properties endpoint related data:

  • entrata_properties:
  • entrata_property_map_data:

also derived are:

  • entrata_default_req_body
  • entrata_default_resp_body
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature requests
Projects
None yet
Development

No branches or pull requests

1 participant