Skip to content

Commit

Permalink
Merge pull request #11 from sugarcrm/customplatform
Browse files Browse the repository at this point in the history
Registered 'api' custom platform used in Postman collection
  • Loading branch information
lschaefer-sugarcrm committed Jan 18, 2018
2 parents 1cab093 + d472187 commit c5a1e0c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Created by .ignore support plugin (hsz.mobi)
#Created by .ignore support plugin (hsz.mobi)

package/releases


### Eclipse template

.metadata
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?php
/*
* A valid platform name requires:
* - Max length of 127 characters
* - Valid characters are: a-z, A-Z, 0-9 - (hypen) _ (underscore)
*/
$platforms[] = 'api';

0 comments on commit c5a1e0c

Please sign in to comment.