Skip to content

Commit

Permalink
update readme and header
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Downs <brian.downs@gmail.com>
  • Loading branch information
briandowns committed Dec 20, 2024
1 parent 581fda2 commit e8dfdec
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

libbluesky is a C/C++ client library for the BlueSky API. It requires a Bluesky account to connect through and an application password to authenticate with.


**Note**: This library is very much in alpha and will experience change over the coming months.

## Usage

To initialize the library, the user's github token is required.
Expand Down Expand Up @@ -32,7 +35,15 @@ make example
* API response data is returned in a string containing JSON.
* The caller is responsible for how to handle the data.

### asdf
### User

* Retrieve a user's profile information
* Retrieve the authenticated user's timeline
* Retrieve the authenticated preferences

### Posts

* Create a post

## Requirements / Dependencies

Expand Down
6 changes: 0 additions & 6 deletions bluesky.h
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,6 @@ bs_client_profile_get(const char *handle);
bs_client_response_t*
bs_profile_preferences();

/**
*
*/
bs_client_response_t*
bs_feed_get(const bs_client_pagination_opts *opts);

/**
* Get the authenticated user's timeline. The JSON response has a field called
* "cursor". If this field is populated, there are more results to retrieve.
Expand Down

0 comments on commit e8dfdec

Please sign in to comment.