Skip to content

Change requests to a more generic source data to support static generation / browsing #9

@MikeCarbone

Description

@MikeCarbone

We want to enable static data to be entered here if someone doesn't want to fetch APIs. Static data viewing?

So:

const config = {
  keys: { ... },
  source: {
    get: {
      data: [
        { ...object that fits schema },
        { ...object that fits schema } 
      ]
    }
  }
}

Then when building, can statically create those objects

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions