Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 945 Bytes

README.md

File metadata and controls

46 lines (28 loc) · 945 Bytes

rest GitHub Actions status |pink-gorilla/restClojars Project

End Users this project is not for you.

Common REST Apis

  • google
  • woo commerce
  • github
  • xero

Email Sending

demo

The demo uses the extension manager from goldly to add oauth2 to goldly.

cd demo
clj -X:demo:npm-install
clj -X:demo:compile
clj -X:demo

Test local user/password login: user: "demo" password: "1234"

Authorize xero/google/...

Then you can run the cli demos that use the access tokens:

clj -X:run:rest-google
clj -X:run:rest-github
clj -X:run:rest-xero

clj -X:run:rest-woo

clj -X:run:rest-email


; infer schema from rest-api-response (useful to quickly create api schema)
clj -X:run:rest-schema