srchulo has asked for the wisdom of the Perl Monks concerning the following question:
Hi Monks,
I'm creating a perl module that is essentially just a wrapper for an HTTPS API. I've seen several different naming styles for perl modules that interface with APIs, such as WebService::Rackspace::CloudFiles, Net::Stripe, or just PX::API (and I'm sure there are many more). My question is, is there a best way to name API wrapper modules that's most appropriate? Or more fitting based on what kind of API it is? Or is it just purely preference? Thanks! Just wanting to make sure I do the perl convention if there is one before I put this up on CPAN :)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: naming Convention for API modules
by tobyink (Canon) on Jul 13, 2013 at 21:52 UTC | |
|
Re: naming Convention for API modules
by kcott (Archbishop) on Jul 14, 2013 at 09:14 UTC |