Skip to content

Commit

Permalink
Merge branch 'main' of github.com:alangalvino/cl-incognia into main
Browse files Browse the repository at this point in the history
  • Loading branch information
alangalvino committed May 26, 2021
2 parents dbac353 + e4c19b5 commit 57eb6a3
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,18 @@ With the exception of [Sending Feedback](#sending-feedback) method that returns

## Handling Unexpected HTTP Status Code

// TODO
cl-incognia signals a condition `http-request-error` when the server returned 4XX or 5XX status code.

```lisp
(handler-case (incognia:register-login :installation-id "your-installation-id"
:account-id "your-account-id")
(incognia:http-request-error (e)
(format *error-output* "Incognia server returned https status code: ~D" (incognia:response-status e))))
```

## How to Contribute

// TODO
If you have found a bug or if you have a feature request, please report them at this repository issues section.

## What is Incognia?

Expand Down

0 comments on commit 57eb6a3

Please sign in to comment.