Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 365 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 365 Bytes

plastron-client

HTTP client for connecting to an LDP server

Quick Start

from plastron.client import Client, Endpoint

endpoint = Endpoint('http://localhost:8080/fcrepo/rest')
client = Client(endpoint)

response = client.get('http://localhost:8080/fcrepo/rest/foobar123')

graph = client.get_graph('http://localhost:8080/fcrepo/rest/foobar123')