Skip to main content

Prferences

The account is the center for each user, business, developer, etc.

| Design | Prototype | Dev Mode | Task | Alpha Branch | Chat | Alpha | Beta | Production

note

This document is not meant to outline how to use the API endpoints, rather how to build it. We outline what it's capabilities should be, once you have built them, you can creat documentation on how to utilize them on the APIs tab.


Description

The account serves many functions, to a developer it is where they orginize thier projects, reqest access to APIs, etc. To a business it is where they mange thier business, find users, review revenues, and more. Finanly, to the end user it is where they keep all thier details in order to enjot all the features our APIs have to offer.

Status

warning

These details are only updated with each release, for more acurate updates and keeping track of progress, see the task in GitHub.

OwnerLeadDoc StatusProduct StatusLast UpdateVersionReleasePhase
Ben-In ProgressUp Next04.03.20240.01InternalAlpha

Reminders

  • Keep code lean and clear
  • follow the outlined arcetecture
  • write commetes in your code
  • update the staus in the docs and in GitHub
  • try not to recreate functions we alredy have, rather update exsiting functions to support your needs
  • Be sure to follow the release guidelines
  • Update Documentation
  • keep API docs up to date each time you update or add endpoints

Coming Soon