Skip to content
This repository was archived by the owner on Jun 23, 2026. It is now read-only.

Repository files navigation

ember-junction

Compatibility

  • Ember 6.x

Installation

ember install ember-junction

Then fill in the .env file with Tribe API credentials.

TRIBE_API_URL="https://<slug>.tribe.junction.express"
TRIBE_API_KEY="xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"

Usage

Fully compatible with Ember Data

this.store
   .findRecord('page', 24)
   .then((object) => {
   		//
   	})
this.store
   .query('post', {
   		modules: {
   			user_id: 365,
   		}
   		sort: '-id',
  		page: { limit: -1, offset: 0 },
  		show_public_objects_only: false,
   	})
   .then((objects) => {
   		//
   	})

Contributing

See the Contributing guide for details.

License

This project is licensed under the MIT License.

About

Content Management System for Tribe.

Resources

Contributing

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages