Skip to content

chapar-rest/example-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Chapar Data Structure Sample

This repository contains a sample of Chapar data structure. its in yaml format. and do not have any real data. just a sample of how chapar data structure looks like.

This data is located in chapar directory. which base on your os you can find it in :

Linux and MacOS

    $HOME/.config/chapar

Windows

    %APPDATA%\chapar

for more information it please check Chapar filesystem code

Repostory File Structure

.
β”œβ”€β”€ Default Workspace
β”‚Β Β  β”œβ”€β”€ _workspace.yaml
β”‚Β Β  β”œβ”€β”€ collections
β”‚Β Β  β”œβ”€β”€ envs
β”‚Β Β  β”œβ”€β”€ preferences
β”‚Β Β  β”‚Β Β  └── preferences.yaml
β”‚Β Β  └── requests
β”œβ”€β”€ Personal Workspace
β”‚Β Β  β”œβ”€β”€ _workspace.yaml
β”‚Β Β  β”œβ”€β”€ collections
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Auth API
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Login.yaml
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Register User (copy).yaml
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Register User.yaml
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── _collection.yaml
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Certs API
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Get Private Keys.yaml
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Get Public Keys.yaml
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── _collection.yaml
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ ID API
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Generate ID.yaml
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Get Types.yaml
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── _collection.yaml
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Todo API
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Create Comment.yaml
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Create Task.yaml
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Delete Comment.yaml
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Delete Task.yaml
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Get Comment.yaml
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Get Comments.yaml
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Get Task.yaml
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Get Tasks.yaml
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Update Comment.yaml
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Update Task.yaml
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── _collection.yaml
β”‚Β Β  β”‚Β Β  └── WhoAmI
β”‚Β Β  β”‚Β Β      β”œβ”€β”€ _collection.yaml
β”‚Β Β  β”‚Β Β      └── whoami.yaml
β”‚Β Β  β”œβ”€β”€ envs
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Local.yaml
β”‚Β Β  β”‚Β Β  └── Stage.yaml
β”‚Β Β  β”œβ”€β”€ preferences
β”‚Β Β  β”‚Β Β  └── preferences.yaml
β”‚Β Β  └── requests
β”‚Β Β      β”œβ”€β”€ New Request.yaml
β”‚Β Β      └── New Request1.yaml
└── config.yaml

About

This repository contains sample Chapar data and its structure.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published