Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
割引コードを生成するシステム/バックエンドを作成し、そのコードをサードパーティ システムとの間で配布/取得できるようにするにはどうすればよいですか?
Web アプリケーションを作成し、API を介してその機能を公開する必要があります。次に、API を認証 (OAuth など) で保護し、ドキュメントを作成してサードパーティに提供します。
RESTful API を読み、Ruby on Rails を使用することをお勧めします。
I have a Dictionary<string,int> dictionary1 and I need to convert it into a List<Data> where Data has the properties lable = dictionary1.key a
Dictionary<string,int> dictionary1
List<Data>
Data
lable