Upstream: https://github.com/Rhoban/onshape-to-robot Upstream-Commit: 80e710700aac9573a2230f74f7ce9e094833a0bc Upstream-Branch: master
12 lines
267 B
Python
12 lines
267 B
Python
'''
|
|
onshape_api, based on onshape "apikey"
|
|
======
|
|
|
|
Demonstrates usage of API keys for the Onshape REST API
|
|
'''
|
|
|
|
__copyright__ = 'Copyright (c) 2016 Onshape, Inc.'
|
|
__license__ = 'All rights reserved.'
|
|
__title__ = 'onshape_api'
|
|
__all__ = ['onshape', 'client', 'utils']
|