Skip to content
This repository was archived by the owner on Feb 6, 2023. It is now read-only.

readmeio/api-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

This is a language-specific API client for ReadMe Build. It's based on the api spec.

Installation

$ pip install api

Usage

Here's how you call it:

import api
api = api.config('...')

val, res = api('temp-deprecated').run('sayHello', {
    'name': 'hi'
})

if res.error:
    print 'oh no'
else:
    print val

Running tests

How do you run tests?

Deploying to the package manager

First, update the version in setup.py. Then run:

python setup.py sdist upload -r pypi

Credits

About

No description, website, or topics provided.

Resources

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages