Skip to content

Commit

Permalink
Added identify endpoint support in CLI and API (#59)
Browse files Browse the repository at this point in the history
* Added identifier endpoint support in CLI and API, and reshuffled API endpoint order to be consistent

* Updated README.md
  • Loading branch information
tombch authored Feb 1, 2024
1 parent 0ef7645 commit d5b7993
Show file tree
Hide file tree
Showing 4 changed files with 237 additions and 136 deletions.
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,16 @@ $ onyx
│ --help -h Show this message and exit. │
╰───────────────────────────────────────────────────────────────────────────────────────────╯
╭─ Commands ────────────────────────────────────────────────────────────────────────────────╮
│ projects View available projects. │
│ fields View the field specification for a project. │
│ get Get a record from a project. │
│ filter Filter multiple records from a project. │
│ choices View options for a choice field. │
│ profile View profile information. │
│ siteusers View users from the same site. │
│ auth Authentication commands. │
│ admin Admin commands. │
│ projects View available projects. │
│ fields View the field specification for a project. │
│ choices View options for a choice field. │
│ get Get a record from a project. │
│ filter Filter multiple records from a project. │
│ identify Get the anonymised identifier for a value on a field. │
│ profile View profile information. │
│ siteusers View users from the same site. │
│ auth Authentication commands. │
│ admin Admin commands. │
╰───────────────────────────────────────────────────────────────────────────────────────────╯
```

Expand Down
Loading

0 comments on commit d5b7993

Please sign in to comment.