Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support /client endpoints #1

Open
ans-ioki opened this issue Nov 2, 2021 · 0 comments
Open

Support /client endpoints #1

ans-ioki opened this issue Nov 2, 2021 · 0 comments
Labels
on hold Important, but now actionable right now

Comments

@ans-ioki
Copy link
Collaborator

ans-ioki commented Nov 2, 2021

To allow the client to prompt self-updates.

Note that this are the only endpoints besides "auth", that don't need tokens.

Examples:

curl -i -X GET \
  -H "X-Api-Version: 20210101" \
  -H "X-Client-Identifier: dev.platformapi.test.backend" \
  -H "X-Client-Secret: <SECRET>" \
  -H "X-Client-Version: 0.0.1" \
  https://demo.io.ki/api/platform/client
curl -i -X GET \
  -H "X-Api-Version: 1" \
  -H "X-Client-Identifier: dev.passengerapi.test.backend" \
  -H "X-Client-Secret: <SECRET>" \
  -H "X-Client-Version: 0.0.1" \
  https://demo.io.ki/api/passenger/client
@ans-ioki ans-ioki changed the title Support /client endpoints #40 Support /client endpoints Nov 2, 2021
@ans-ioki ans-ioki added the on hold Important, but now actionable right now label Nov 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
on hold Important, but now actionable right now
Projects
None yet
Development

No branches or pull requests

1 participant