forked from raml-org/raml-org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenterprises.html
executable file
·112 lines (99 loc) · 5.45 KB
/
enterprises.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
---
layout: default
title: Enterprises
permalink: /enterprises
---
<div class="ramlenter">
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="thumbnail">
<img src="images/logo-spotify-bw.png" alt="Spotify" class="img-responsive" />
<div class="caption">
<p><i>"Our engineering team started using RAML to scale and address the growing needs of our integration partners and developers. We were looking to build something more scalable and structured"</i></p>
<a href="#">Lynn Root, Spotify </a>
</div>
</div>
</div>
<div class="col-md-4">
<div class="thumbnail">
<img src="images/vmware-logo-bg.png" alt="vmware" class="img-responsive" style="margin-right: 30px;" />
<div class="caption">
<p style="padding-left: 0;"><i>"There is no better time to be an API developer, as RAML and API Workbench have tremendously enhanced the development environment and experience." </i></p>
<a href="#" style="padding-left: 2px;">Kevin Duffey, VMware </a>
</div>
</div>
</div>
<div class="col-md-4">
<div class="thumbnail">
<img src="images/sky-logo-bw.png" alt="Sky" class="img-responsive" style="margin-right: 40px;" />
<div class="caption">
<p style="margin-left: -18px;"><i>"By adopting RAML, our design-first ethos has been significantly improved by having a single source of truth for all of the APIs we publish." </i></p>
<a href="#" style="margin-left: -20px;">Mark Lowe, British Sky Broadcasting </a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="multiple-teams">
<div class="container">
<div class="row">
<div class="col-md-6">
<h2>Use Across Multiple Teams</h2>
<p>With RAML, you can design your API in minutes using plain text. It can be edited by developers, technical writers and even your CEO. You can not only visually see the design (and catch flaws) but also test out a mock of your API with other users - all before your engineers start coding. </p>
</div>
<div class="col-md-6">
<img src = "images/enterprise_use_across_multipul_teams_3-01.png" alt="Use Across Multiple Teams" class="img-responsive" />
</div>
</div>
</div>
</div>
<div class="enterprise-faster">
<div class="container">
<div class="row">
<div class="col-md-6">
<img src="images/enterprise_move_faster_4-01.png" alt ="" class="img-responsive" />
</div>
<div class="col-md-6">
<h2>Move Faster and Accelerate Development</h2>
<p>Take advantage of design patterns and reuse your code to ensure consistency not only within your own API, but across all APIs at the company. The mock API can also be used by other development teams such as mobile and app teams. Using existing design templates will eliminate design bugs, cut down cycle times and accelerate your speed of innovation. </p>
</div>
</div>
</div>
</div>
<div class="open-source-com">
<div class="container">
<div class="col-md-6">
<h2>Large Open Source Community</h2>
<p>Surrounded by a large open source community, your team can quickly find pre-built, customizable, and ready to go tools to auto-generate your API documentation, generate server side code, provide interactive tooling, and create an assortment of SDKs for you. Of course, you can also build your own tools with any of RAML's open source parsers available for today's most popular languages.</p>
</div>
<div class="col-md-6">
<img src="images/enterprise_large_enterprise_comminuty_2-01.png" alt="Large Open Source Community" class="img-responsive" />
</div>
</div>
</div>
<div class="eliminate-support">
<div class="container">
<div class="row">
<div class="col-md-6">
<img src="images/enterprise_eliminate_support_time-01-01.png" alt = "Eliminate Support Time" class="img-responsive" />
</div>
<div class="col-md-6">
<h2>Eliminate Support Time</h2>
<p>API Notebook provides walk-through examples and even lets users send back their specific issues without having to share any of their code. You don't have to force your engineers to guess and troubleshoot incomplete segments of code in languages they may not even be familiar with. </p>
</div>
</div>
</div>
</div>
<div class="do-more-with-less">
<div class="do-more-content">
<h2>Do more with less</h2>
<p>Instead of having to struggle and do things in-house, RAML aims to let you do more with less - meaning a
faster time to market for your company - and more time to focus on coding for you.</p>
<br/>
<div class="ramllink-wrapper">
<a href ="https://github.com/raml-org/raml-spec/blob/master/versions/raml-10/raml-10.md/" target="_blank" class="raml-links" onclick="ga('send', 'event', 'CTA', 'Click', '1.0-spec');">Read the Specification</a>
</div>
</div>
</div>