Skip to content

Commit

Permalink
Update: Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
achmadhadikurnia committed Feb 19, 2024
1 parent 07d3b13 commit ffe97b5
Showing 1 changed file with 35 additions and 1 deletion.
36 changes: 35 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,41 @@ php artisan vendor:publish --tag="siasn-api-config"

## Usage

Coming Soon
Get APIM Token

```bash
php artisan siasn:apim-token
```

Forget APIM Token

```bash
php artisan siasn:forget-token
```

Get data from endpoint

```bash
php artisan siasn:get
```

Post data to endpoint

```bash
php artisan siasn:post
```

Get SSO Token

```bash
php artisan siasn:sso-token
```

Forget SSO Token

```bash
php artisan siasn:token
```

## Testing

Expand Down

0 comments on commit ffe97b5

Please sign in to comment.