SkynetAPI
A Python library for interacting with the Skynet API
from skynetapi import ObservationRequest
obs = ObservationRequest(token='1234').get(obs_id=9999)
print(obs.id, obs.name) # output: 9999, 'example-name'Skynet API Token
Last updated