Skip to content

Commit

Permalink
docs: document the SDK's upstream/downstream assumptions
Browse files Browse the repository at this point in the history
  • Loading branch information
cfm committed Sep 9, 2024
1 parent 1650dbd commit 5d44ae0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions client/securedrop_client/sdk/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# SecureDrop SDK

This SDK provides a Pythonic interface to the [SecureDrop Journalist Interface
API](https://developers.securedrop.org/en/latest/journalist_api.html).

* It SHOULD provide types and methods for all resources and endpoints provided
by the v1 API downstream. (It MAY assume no breaking downstream changes.)

* It MAY make breaking changes upstream to the SecureDrop Client, as its only
consumer.

0 comments on commit 5d44ae0

Please sign in to comment.