Skip to content

Instantly share code, notes, and snippets.

View vijendra's full-sized avatar

Vijendra Rao vijendra

View GitHub Profile
@vijendra
vijendra / API.md
Last active April 11, 2022 06:11 — forked from iros/API.md
AYUSLAB REST APIs

1. Ayuslab Order Create API

Rest API excpects JSON data as payload.

Packages array should contain name and code of test packages/special packages, if any.

Tests array should contain name and code of each prescribed test.

BillItems array can include billable items other than lab tests and packages, if any. For example, home collection charge, doctor consultation charges etc.

@vijendra
vijendra / Jabber-SH
Created April 16, 2010 09:36 — forked from pcreux/Jabber-SH
#!/usr/bin/env ruby
# Jabber-SH — SH console via XMPP/Jabber (GTalk)
#
# Jabber-SH allows you to administrate a remote computer via a command line
# through a Jabber client. It’s like SSH via GoogleTalk! :)
# This is just a hack but it might be usefull sometime to run basic commands
# on a machine that is not accessible via ssh.
#
# Philippe Creux. pcreux/AT/gmail/DOT/com