aminecmi 9b0b7280ee
All checks were successful
continuous-integration/drone/push Build is passing
Fixes.
2022-10-01 14:21:10 +02:00
2022-10-01 14:21:10 +02:00
2022-07-17 15:45:35 +02:00
2022-07-17 15:14:41 +02:00
2022-08-12 22:37:32 +02:00
2022-07-23 22:44:40 +02:00

An alternative API to Google Keep

Authentication

The api use two means of authentication:

  • A configurable Authorization that is set in a env variable, and that will only be used to create the second mean of authentication
  • Tokens used to do everything else.

HOW TO USE

  • Do a maven install (cli or GUI)
  • Create a env variable LDC_AUTH containing the Auth header you want to use to create authentication keys.
  • java -jar liste-de-courses-XXX-jar-with-dependencies.jar
  • The jar is now running on localhost:7000
Description
No description provided
Readme 548 KiB
Languages
Kotlin 100%