Skip to content
This repository was archived by the owner on Nov 21, 2025. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apiable

Status

Code Climate Test Coverage

Description

Features

Usage

Basic Usage

class User
  include Apiable::Object

  #
  # Any attribute (from the ORM) or method
  # can be declared to be listed in this simplified
  # version.
  #
  outgoing :name
  outgoing :email
  outgoing :level
end
@user = User.last
@user.external
# { name: 'John Doe', email: 'spiced@spam.com', level: :senior }

Contributing

License

See LICENSE file.

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages