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

Add a JSON-RPC client library #94

Merged
merged 41 commits into from
Feb 22, 2024
Merged

Add a JSON-RPC client library #94

merged 41 commits into from
Feb 22, 2024

Conversation

mycognosist
Copy link
Owner

@mycognosist mycognosist commented Feb 12, 2024

Now that EBT is working reliably, I'm focusing on making it easier to interact with solar in an application context. I think the addition of a JSON-RPC client library will be a significant step forward.

API

  • blocks
  • blockers
  • descriptions
  • self_descriptions
  • latest_description
  • latest_self_description
  • feed
  • follows
  • followers
  • is_following
  • friends
  • images
  • self_images
  • latest_image
  • latest_self_image
  • message
  • names
  • self_names
  • latest_name
  • latest_self_name
  • peers
  • ping
  • publish
  • subscribers
  • subscriptions
  • whoami

@mycognosist mycognosist added the enhancement New feature or request label Feb 12, 2024
@mycognosist mycognosist merged commit 07a44f6 into main Feb 22, 2024
1 check passed
@mycognosist
Copy link
Owner Author

CC: @black-puppydog

Interacting with solar programmatically is now a little easier (JSON-RPC client).

@mycognosist mycognosist deleted the jsonrpc_client branch February 22, 2024 07:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant